BG95 Bearer Token to long for AT+QHTTPCFG="custom_header"

Hello there,

I send AT commands to get an Connection to an server.
For the server to authentificate, I have to send an Bearer Token in the header.
I do that with AT+QHTTPCFG=“custom_header”,“authorization: Bearer XXXXXXXXX”

My token has a length of 550 characters.
The AT command returns the error “+CME ERROR: 730”.
Shortened tokens are accepted.
How can I send longer tokens here?

Many thanks

You can try using AT+QHTTPCFG=“requestheader”,1 to enable a custom header and add the fields you need to the header.