This is driving me crazy! I\'m trying to work with Amazon S3 CORS requests and they are not working on my computer. It seems that my computer is blocking or ignoring the OPTIONS
More specifically, the problem seems to be in the Web Security module of AnyConnect. I was able to fix the problem by uninstalling and reinstalling AnyConnect with the Web Security option unchecked; or, just by running the websecurity_uninstall.sh script. (This was with AnyConnect 3.1.04074.)
Thanks to the @user3021922 and others for identifying the issue - this was driving me crazy too.
The problem is the Web Security module of Cisco AnyConnect. In our case, we cannot uninstall AnyConnect or make any changes to it (large corporate setting where the change would be really expensive/time consuming). Fortunately, there seem to be two solutions that do work.
80
and 8080
(other ports seem fine).https
requests.So, if you have control over the server, either put it on a different port or use https and your users will be alright.