robbie-cahill / tunnelmole-client

Tunnelmole - Connect to local servers from anywhere
MIT License
1.29k stars 80 forks source link

Post request turning into get request and many post requests are dropped #33

Closed ThierryDeruyttere closed 10 months ago

ThierryDeruyttere commented 12 months ago

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?

robbie-cahill commented 12 months ago

Have not heard of this issue before. There isn't any code that explicitly mutates request types.

ThierryDeruyttere commented 12 months ago

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.

robbie-cahill commented 10 months ago

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.