Open rgoy opened 2 years ago
I faced the same issue, but while trying to proxify Facebook – it shows me "CORS Missing Allow Origin". To what I found, it happens due to "302 Found" to "Location: /", obviously without CORS-headers in the response.
Are your requests to the service sent thru sniproxy? Probably CDN's URL which was returned by API service has some kind of IP pinning and CDN expecting the request only from some certain host, denying all others.
However in my case all API and CDN domains are mapped to VPS and all requests are passing thru sniproxy, but it still fails. I've:
Can't imagine where and how to check further.
"CORS Missing Allow Origin" I faced the same issue but there is no issue when I tried to used controld.com as Smart DNS. So I think there is something here to make it works
@scopolamine1401 where do you get the message "CORS Missing Allow Origin"? Could you please share logs?
6 days ago
It is in Network tab of Inspect of Chrome. Check the response
Did some experiments. Now I believe it happens due to HTTP/2 – disabling HTTP/2 in my Firefox helped me with Facebook. Could you guys check this for your cases?
Found the issue here – https://github.com/dlundquist/sniproxy/issues/178, but have no time at the moment to study it.
Doh. Better comment on the problem is here:
https://github.com/dlundquist/sniproxy/issues/329#issuecomment-473511721 The HTTP/2 multiplexing is to blame. Google uses HTTP/2 to enhance their performance. If there are many resources to be requested which is hosted on single IP, the browser will combine these requests into one connection, which may led SNIProxy to forward the connection to an incorrect server.
Hi,
Thanks so much for sniproxy, it is a great tool, love it!
However, I am struggling to make it work for CanalPlus, here is an example of what I have while I am connected to a VPN in France:
Everything works perfectly. However, when I am using my sniproxy instance, it says this:
I made sure that the domain resolved in my VPS IP when I do
Could it be from CORS? Any pointers on how to solve this?
Thanks so much in advance!