Hi,
I have created a WCF service, a local STS and a client (console app) that calls the WCF service. I have configured ws2007FederationHttpBinding and it works fine. However, I want to see all GET's/POST's request/response in fiddler but I can only see
the calls made from the subject to the STS (3 requests):
http://localhost/STSDemo/Service.svc/IWSTrust13
http://localhost/STSDemo/Service.svc/IWSTrust13
http://localhost/STSDemo/Service.svc/IWSTrust13
Why can't I see the call from the subject to the RP? I get the data from RP so a call is done. I can't simply see it in fiddler.
Best Regards,
Thomas
TR