Replay to different app service

Hi,

when playing with different deployments for a project, I realized that I cannot select the service of an app to replay a request, if that app exposes more than one service. I assume, that a replay always goes to the same port as the initial request.

I can think of many reasons why a service may expose different ports, some of which are specialized processes and threads. In my use case, I’d like to send POST requests to a different port than GET requests. As far as I understand, that seems impossible at the moment. The only way I can think if is running an embedded reverse proxy on the receiver VM to do that job with additional overhead.

Do I get this right or does anyone have an idea for me? Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.