- Joined
- Sep 20, 2018
- Messages
- 20,558
- SLU Posts
- 18459
Problem: I'm trying to communicate from inside SL with a third-party service. To do this, first I need to submit my credentials to the external server, using llHTTPRequest, which responds by sending me a token, which I need to include in the headers of subsequent llHTTPRequests to get the service to do anything for me.
I can submit my credentials and receive the token without any difficulty, but the token is 696 characters long and, in the words of the wiki "Up to 8 custom headers may be configured per request, and each header's combined name+value length must be no greater than 253 characters."
Is there any workaround for this?
I can submit my credentials and receive the token without any difficulty, but the token is 696 characters long and, in the words of the wiki "Up to 8 custom headers may be configured per request, and each header's combined name+value length must be no greater than 253 characters."
Is there any workaround for this?