cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP client code 110 reason

Former Member
0 Kudos

Hi,

I have http receiver channel. I am trying to send an http request but i am getting "HTTP client code 110 reason" as response. I searched SDN and could find few threads wher similar issue has been discussed but i couldn't find the soultion any where

Can any body please suggest

Thanks

-Kulwant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kulwant

This is information message

check this link

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Regards

Ramesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Just as additional information. Whenever I have seen that error 110 in XI/PI, it had to do with HTTPS / security.

CSY

Former Member
0 Kudos

Solution that fixed my issue:

- Used anonymous login as login info comes in header

- Removed all checks from additional query string attributes.

Thanks