Inquiry regarding maximum HTTP header size for RC7630

Hello,

I am currently using the RC7630 module and implementing HTTP communication.

I need to send an HTTP header that is 479 bytes in size. Could you please let me know if it is possible to transmit a header of this size using this module?

Additionally, could you clarify what the absolute maximum allowable size is for the HTTP header?

If there are any specific AT command configurations or workarounds required to handle a 479-byte (or larger) HTTP header, I would appreciate it if you could share them or point me to the relevant documentation.

Here are my module details for reference:

  • Module: RC7630

Best Regards,

Chikyoung

You can try to send the HTTP header by AT+KHTTPHEADER=1 and read it back by at+khttpheader? to verify if it is OK.

From my test, there is no problem to send 486 bytes of header.
But for a single line inside the HTTP header, its maximum length is 255 bytes.
If one of your header line exceeds 255 bytes, it will be split into two lines.