Wednesday, March 7, 2018

Prove your rest service received traffic


You can stop your rest service on server and have a network tool listen on the port, so that your know the problem is the network, not your program.

Send your rest calls as before (curl, wget, browser etc.), make sure the network tool get traffic.

Two example tools netcat and tcpdump (assuming your rest service listen on port 443):



nc -l -p 443
tcpdump -i eth0 port 443
[ Supporting files] [ Socialize This]

1 comment:

  1. This is a good post. This post gives truly quality information. I’m definitely going to look into it. Really very useful tips are provided here. Thank you so much.
    JCATS

    ReplyDelete

Why I stopped publishing blog posts as information provider

Now the AI can generate content. Does that mean the web publishing industry reaches the end? ChatGPT said: ChatGPT Not at all. While AI can ...