I'm trying to send message using mechanize python with way2sms. While submitting sending. I got nothing.
br.submit() is not working here even though I edited msgLen = 135 (message = 'hello') characters.
I'm uploading tamper data screenshots and livehttp headers that might help you.
We need to open the form and then we have to fixup in order to send submit the form. Directly submitting won't work here as it is using JavaScript.
So, finally summing up all the code...!