cors-anywhere icon indicating copy to clipboard operation
cors-anywhere copied to clipboard

Creating own instance of cors-anywhere

Open smajid25 opened this issue 8 years ago • 2 comments

Hi I was wondering how I would create my own instance of the cors-anywhere proxy. I have an apache server so I'm not sure what to do with the code and how to run it?

smajid25 avatar Jan 17 '17 19:01 smajid25

If you don't mind using a different port, just start listening on 0.0.0.0 and your specific port.

If you really insist on hosting CORS Anywhere at a subpath of your Apache server, e.g. https://example.com/some/path/to/cors-anywhere/https://another.example.com, then there are lots of tutorials on the internet that shows how to do it. E.g. http://stackoverflow.com/questions/9831594/apache-and-node-js-on-the-same-server

Rob--W avatar Jan 18 '17 15:01 Rob--W

I have setup a standalone local instance and it works very well. How do I secure it with https? I have my certificates.

seacrawler11 avatar Apr 21 '17 13:04 seacrawler11