ASP.NET - consume web service - https only - how?
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-05-06T21:32:46Z
Indexed on
2010/05/06
21:38 UTC
Read the original article
Hit count: 145
I have web services built with ASP.NET and ASP.NET clients consuming them. When consuming the webservices, how would I to force the clients to use https?
I don't want to force the whole site to use https by turning on require SSL in IIS.
Can I use the IIS7 URL rewrite module to re-route http requests to https?
© Stack Overflow or respective owner