Hi!
Testing EG21-G modem with command AT+QHTTPURL=? it replies:
+QHTTPURL: (1-2048),(1-65535)
OK
Based on that I understand that maximum url length is 2048. I am trying to get file with 1702 bytes long url and I get:
+QHTTPGET: 0,400,0
which means bad request
With shorter url (length <100) this worked fine and result was
+QHTTPGET 0,200,{filesize}
If I try that long url from standard browser, it downloads the file, so there is nothing wrong with url itself. Is 1702 really technically supported url length? Are there some special characters that should be avoided in forming url?