-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes Proxyman stops displaying requests that flow through it #2160
Comments
when it happens on your app, may you try:
|
|
I am having the same issue. Proxyman works fine on almost all requests, fetching a list, refresh a token etc. but I can't see my complete purchase request that I send to the backend. I can see it on my terminal because I am logging them. I see that it is fired and sent. Like @ACATTAN mentioned, clearing the session could be triggering this. |
@ErkanGorgulu I suppose that it's cached on your client, so the real requests didn't call to your Server. Can you try to enable the Tools menu -> No Caching, and see if this issue still occurs ? |
Sorry for misleading. I have found the issue why that happened. It's not because of Proxyman. I accidentally forgot to put Content-Type header to my request. Take care 👋 |
Description
Sometimes Proxyman stops displaying and analyzing requests/responses even though they keep flowing through it.
I have an iPhone configured to send all its requests to Proxyman (proxy configuration on the iPhone), and all works fine. At some point - not sure if it's related to deleting all requests on Proxyman or not - suddenly I stop seeing any requests/response on Proxyman, but browsing the internet on the iPhone still works! At this point - restarting Proxyman fixes the problem - which proves that the iPhone was still connected to the proxy (it rules out the option that the iPhone for some reason stopped sending requests to the proxy).
Steps to Reproduce
Unfortunately I don't have steps to make it happen. It just happens every once it a while. Not just to me - it happens to other colleagues in the office too.
Environment
The text was updated successfully, but these errors were encountered: