inProxyApp / inProxy

inProxy is a cross-platform web debugging proxy that let you capture, inspect, analyze, manipulate and mock all the HTTP, HTTPS and WebSocket traffic between your computer and the internet.
https://www.inproxy.io
12 stars 3 forks source link

Map request remote (POST) not working #4

Open android-design opened 2 years ago

android-design commented 2 years ago

inProxy version 0.1.5-Beta

OS type and version macOS 11.5.2

Describe the bug Create map-request with remote (Post request) and then request not completed - always in status Connected

To Reproduce Steps to reproduce the behavior:

  1. Drag and Drop one row from the Requests
  2. Click on 'Action Remote'
  3. Fill remote url
  4. Start request to make intercept
  5. Get always connected problem with request

Expected behavior The request (POST) is executed and the result is received from the remote (REMOTE MOCK) server

Screenshots

image

image

image

Additional context btw: with GET requests everything is fine ...