Closed ThierryDeruyttere closed 10 months ago
Have not heard of this issue before. There isn't any code that explicitly mutates request types.
Really strange because when i switch to ngrok it works fine but with tunnelmole, it works until my first post call on a /save endpoint after that i see in my code that i am making calls to the url but they are never getting through. A bit later i'm suddenly getting get requests which is very odd.
Have not seen any other reports so will close this for now, but i'll keep an eye out for more reports that might give me a better understanding of the issue.
Hi,
I was observing some pretty strange behavior. All my get requests come through, but when I do a post request to a specific URL, then it also works. But the second post request to the same URL suddenly gets transformed into a get request?