Rob Wu

Results 631 comments of Rob Wu

The documentation for this particular feature is quite adequate... - The add-on description at `about:addons` shows: "Automatically opens the Cookie Manager upon extension startup (this can be configured via the...

The initial version of the extension was uncondtionally auto-starting. This is because I don't have to manage cookies that often, so by autostarting the cookie manager upon start-up of the...

`Access-Control-Allow-Methods` is only included if the `Access-Control-Request-Method` header is set. This header is only relevant in preflight requests, i.e. OPTIONS requests. Browsers that wish to make a non-simple request via...

As announced, the public demo has been restricted. If you are developing a new web application and want to try out CORS Anywhere, visit https://cors-anywhere.herokuapp.com/ and click on the "Request...

@rizkhal Please file a new issue if you encounter what you think is a bug, and include details / reproduction steps.

> > @rizkhal Please file a new issue if you encounter what you think is a bug, and include details / reproduction steps. > > Same issue. I go to...

I have just published an update to the demo server to improve the detection of a "client". Previously, Heroku routers were mistakenly identified as the "client", with the fix the...

@Isoaxe > Hi Rob. Yesterday I requested temporary access via the button located at '/corsdemo'. This got my app working again, though today I had to go through the process...

@Corey-Wademan > I was using cors-anywhere in my fetch api directing towards the Yelp Fusion API, and querying results into a personal project app on my portfolio. I'm doing everything...

@LincCodes The only way to get 403 on a clean fork of CORS Anywhere is when you've configured restrictions for what origins are allowed access (e.g. via the `CORSANYWHERE_BLACKLIST` or...