%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.
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?
Could you add some code, which can explain more, what are you doing?
Best guess:
your server responds to ICMP but HTTP.
Please clarify if you need more details.