shadowsocks / shadowsocks-windows

A C# port of shadowsocks
Other
58.11k stars 16.41k forks source link

OPTIONS request is not supported #106

Closed HuangJian closed 9 years ago

HuangJian commented 9 years ago

As shown in the attaching image, the OPTIONS request gets 501 error from proxy. OPTIONS is very important especially to CORS preflight.

I guess it's because the embedded polipo does not support OPTIONS. Could you please verify it? If yes, this patch may be helpful: http://permalink.gmane.org/gmane.comp.web.polipo.user/3339

Thank you for the AMAZING shadowsocks!!! It helps me a lot.

options-request-failure

septs commented 9 years ago

using socks5

clowwindy commented 9 years ago

Can you provide some URLs to test OPTIONS?

HuangJian commented 9 years ago

http://arunranga.com/examples/access-control/preflightInvocation.html