-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone gotten this working on Microsoft Azure? If so what ports should we be listening on and what headers should we remove? #82
Comments
Wondering also... Just installed it on Azure and I get a 500 error... |
I got it finally working. Azure was selecting a very old node version...
This one runs fine:
|
@cadilhac Your question on SO has been answered, so I will add another note: you were using CORS Anywhere on a Windows server, where Lastly, note that omitting "http://" is not equivalent to |
Thanks Rob. And if my web site is http, but I use
it will do the trick, right? |
Yes. But there is a colon in your URL again. |
Yes, but strangely, it works. Are you sure this is not ':/' that is forbidden? |
I built a docker container with nothing except cors-anywhere, using node 10.14.2 as base. I run that locally and it works as expected. I then upload that docker container to a container registry, ask Azure to Webapp (linux based) to use that container. It deployed successfully and seems to be running. However, when it tried to serve any request, it always return 404. Looks like it is Azure outbound network issue.....Any suggestion on how to get this fixed? Thank you |
Please look at the PR if you want to deploy this to Azure. This patch will make it work there |
Has anybody got this to work in Azure yet? I have the same issue. |
my PR was rejected. However you are welcome to look at my change and fork your own branch... |
No description provided.
The text was updated successfully, but these errors were encountered: