You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whilest using your plugin for github repo for the proxy server and calling to it with a link to get around the CORS-POLICY-ERROR we find ourself with this error:
Not found because of proxy error: Error: read ECONNRESET
if we use https:// on both we get the error:
The URL is invalid: two slashes are needed after the http(s):.
whilest using the Demo version of your plugin (https://cors-anywhere.herokuapp.com/corsdemo) we can send a request with "https://" in front of it and without.
If we remove this whilest using our own proxy we can do a POST but with the request to get results from our POST we get the error shown above
The text was updated successfully, but these errors were encountered:
whilest using your plugin for github repo for the proxy server and calling to it with a link to get around the CORS-POLICY-ERROR we find ourself with this error:
Not found because of proxy error: Error: read ECONNRESET
the URL we're trying to use: (this is without using https:// in front of the 2nd link)
https://proxy.[domain].nl/[encoded_url]
if we use https:// on both we get the error:
The URL is invalid: two slashes are needed after the http(s):.
whilest using the Demo version of your plugin (https://cors-anywhere.herokuapp.com/corsdemo) we can send a request with "https://" in front of it and without.
If we remove this whilest using our own proxy we can do a POST but with the request to get results from our POST we get the error shown above
The text was updated successfully, but these errors were encountered: