encoded vs un-encoded URLs in requests are treated the same

2014-10-02 Thread idabic
Hello! How correct is the assumption that nginx will always treat Encoded URLs in requests same as un-encoded unless processing of urls is manually overridden by custom rules to intercept requests and change the cache key? Note: nginx is configured as reverse proxy Bottom line is, I have a clien

Re: Proxy_cache_methods and OPTIONS

2014-10-02 Thread idabic
Thanks for your answer, highly appreciated! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253403,253702#msg-253702 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Proxy_cache_methods and OPTIONS

2014-09-18 Thread idabic
I have bounced around quite a lot through forums and documentation to demistique whether the OPTIONS request method is honoured/allowed by nginx when it's configured as reverse proxy cache system or not. I used a test box with nginx 1.4.6 with "proxy_cache_methods GET OPTIONS;" to test certain