Terminate connection

I have created several API’s on postman. Once they respond correctly I transfer the info to my FM solution.

My issue is that the postman request, does not close its connection on my server.

I can see the client connections on my admin console.

I can see when postman connects to the FM server. The connections do not terminate.

If I generate a new request, it generates a new connection that I see on the admin console.

The connections stay on the server indefinitely or until we reset the server or until I terminate them from the Admin Console.

How do I terminate the connection?

@kirk This can be accomplished by setting the value of the Connection request header to close.

1 Like

Thank you

Ill try it.