Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
Bug description
When using Postman to call API's that take longer than 1 minute to respond, the connection is closed by the network firewall since it has a "idle timeout" of 30 seconds. Using other Rest clients (such as RESTClient plugin for Firefox) we see that a "TCP Keep Alive" is sent by the tool every 10 seconds keeping the connection alive, and enabling the successful call of the API.
To Reproduce
Steps to reproduce the behavior:
Use a network package analyzer tool (like wireshark)
send a request to an API that takes a long time to respond.
Inspect the TCP packages and see that no TCP Keep Alive is sent
Expected behavior
As with the other tools, we would expect Postman to keep sendind "TCP Keep Alive" packages in order to keep the connection alive.
Bug description When using Postman to call API's that take longer than 1 minute to respond, the connection is closed by the network firewall since it has a "idle timeout" of 30 seconds. Using other Rest clients (such as RESTClient plugin for Firefox) we see that a "TCP Keep Alive" is sent by the tool every 10 seconds keeping the connection alive, and enabling the successful call of the API.
To Reproduce Steps to reproduce the behavior:
Expected behavior As with the other tools, we would expect Postman to keep sendind "TCP Keep Alive" packages in order to keep the connection alive.
Screenshots N/A
App information:
Additional context N/A