Question Kishan Ravindran · Oct 16, 2017

%NET Http request and Http response

Hi,All,

        I did a small coding for the HTTP request and HTTP response. When i tried to use a server with ping i was able to get a response from the HTTP request. But when i tried the same with HTTP response i am getting a empty value in the response why is that?

Thanks in advance.

Comments

Fabian Haupt · Oct 16, 2017

Could you clarify your questions a bit please? It's unclear what you mean by 'ping' (ping uses ICMP and not HTTP (which aren't even on the same protocol layer))? A http response object is what you get after sending a request with the request? Maybe you can post some of your code?

0
Dmitry Maslennikov · Oct 16, 2017

Could you add some code, which can explain more, what are you doing?

0
Fabian Haupt · Nov 29, 2017

Best guess:

your server responds to ICMP but HTTP.

Please clarify if you need more details.

0