You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great solution for simulating requests to remote services.
I tried, but couldn't find how in "proxyTo" mode I can pass the original request URI. In the "response" mode, it is possible to use regexp matching. But it does not work for a proxy.
Hello @VoDmAl
Thanks for pointing it out. Right now it is not possible to do what you are trying, but I think it's possible to implement it.
I will do it in the next days.
Thanks for the great solution for simulating requests to remote services.
I tried, but couldn't find how in "proxyTo" mode I can pass the original request URI. In the "response" mode, it is possible to use regexp matching. But it does not work for a proxy.
So when I send request to http://127.0.0.1/v3/some/thing, I would like to see it to be proxied to https://example.com/v3/some/thing
Perhaps I made some mistake? If this is not possible, can it be added?
Thank you!
The text was updated successfully, but these errors were encountered: