First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Not seeing an HTTP response to an HTTP GET

I have made a TCP three way handshake connection between FPGA board and PC, Then i have send a HTTP GET message from FPGA board to PC but i did'nt get HTTP reponse message from pc?

i hvae attached the Capture file through below this link.

The above file will be in .txt formatt so you open with in wire shark you can able to see capture Packets.

kalainan's avatar
1
kalainan
asked 2020-02-07 13:29:35 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-02-07 20:57:11 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Note, changing the extension on a pcap file to .txt doesn't make it a text file. Simpler just to leave the extension alone, Google Drive is quite happy with pcap files.

grahamb's avatar grahamb (2020-02-07 13:44:54 +0000) edit
add a comment see more comments

1 Answer

0

The machine at 192.168.12.23 (server) closed the connection immediately after it was opened with a FIN. Then 192.168.23.254 (client) sent the HTTP GET, but the server, having said that it was closing the connection with the FIN, sends a RST.

Presumably you do have an HTTP server application listening on port 80 on the server?

grahamb's avatar
23.8k
grahamb
answered 2020-02-07 13:43:26 +0000
edit flag offensive 0 remove flag delete link

Comments

Hi, I have now send the HTTP GET message at once the connection is established.Why still the response from the server is [RST,ACK]? Kindly share your knowledge.I have attached the Capture file through the link below. Thanks in advance

link text https://drive.google.com/file/d/1duHX...

kalainan's avatar kalainan (2020-02-10 11:35:00 +0000) edit

Because something on the server caused the RST to be sent. Are you running an HTTP Server listening on port 80 on the server to service the request? Have you opened any necessary firewalls to allow it to communicate?

grahamb's avatar grahamb (2020-02-10 12:43:00 +0000) edit

No, its not a HTTP server and didn't open firewall for its communication.

kalainan's avatar kalainan (2020-02-10 12:49:12 +0000) edit

Presumably something is running to accept the TCP connection, whatever that is will have to respond to the HTTP GET appropriately.

grahamb's avatar grahamb (2020-02-10 13:27:00 +0000) edit

Can you suggest what will be the reason for it..

kalainan's avatar kalainan (2020-02-10 13:45:42 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer