I am developing web api by using Asp.Net WebApi (RC) and passing user credentials via http "Authorization" header. I am getting trouble on receiving "Authorization" http header on server side. I am able to receive it when testing on local machine. Even works fine when hosted on production server and accessing url by internal IP address. BUT does not work when published on public domain.
So I guess, this has something to do with IIS or ISA server.
Also, if I create 2 web sites in IIS with one published on domain and one internal (both pointing to same physical directory) then also it work on the site hosted internally but not on published (publicly) one.
So I guess it has something to do with ISA server (I am very very new to ISA server) but not sure if it can modify http header information.
Any help appreciated.
Thanks,