C# soap invokation are generating HEAD request and external server are blocking. How to remove these?

92 Views Asked by At

I have a problem when I Invoke a soap action in a external server, when i monitoring my application, wcf client generates me a lot of errors. Is any way to don't this request (http HEAD)?

I'm using Basic authentication.

enter image description here

enter image description here

0

There are 0 best solutions below