I have a IIS Site with Rewrite Rule to redirect all requests to https.
I have a internal webservice which works with http but rewrite rule modify "http" request to a "https". When happens, webservice returns an error "Object Moved". I tried use "AllowAutoRedirect" with true value but it doesn't work.
How to create a EXCEPT Rewrite Rule to access this webservice ou how to make webservice work with https protocol?
Thanks!
Best Regards,
Andre Mesquita