Home > database >  Ls_header posturl function passing parameters
Ls_header posturl function passing parameters

Time:10-12

Pass a token value to the server using posturl function as authentication
Token="GBNVBNV BNCVBNCVBNCBNC
"Ls_header="content-type: application/json ~ n. Token: "+ trim (token) +" ~ n;" + & amp;
"The Content - Length:" + String (ll_length) + "~ n ~ n
"Writing has always been an error

CodePudding user response:

Ls_header="content-type: application/json ~ n Content - Length:" + String (ll_length) + "~ n ~ n
"
So try to write

CodePudding user response:

Server-side request header header file transfer token value, as the authentication token must be in the header

CodePudding user response:

First take a try, if it was the place to cause, estimated posturl may not be able to solve, try the XMLHTTP

CodePudding user response:

Posturl can pass a lot of information in the header, this I have tested

CodePudding user response:

Learning to see,,,,,,,,,
  • Related