I am also using Quectel M95 and got the same error code (3829) "http needs relocation" after trying to post data through AT+QHTTPPOST command. This seems to be some problem with the server side coding. I had no problem posting data to
http://posttestserver.com/post.php. But I got this error when I used my own webpage which puts posted date into a mySql database. However, when I checked the data base, the posted data was nicely sitting there. Thus, while the POST is successful, the modem returns an error. I wonder, how to get around this problem. Any idea, anyone?