php - Send form data with JWT -


actually have 2 websites , 1 suppose receive data not parametered in https , not be. can use jwt technique send form data 1 server 2 on http connnection. i'm thinking of big textarea messages. first website receives data https connection stores in jwt , sends curl second server http connection. know it's not original purpose of jwt think partice? risk encounter errors during encoding , decoding en large amounts of text?

i suggest use rsync. can work on ssh connection protect data , smart enough sync changed files.

jwt not designed send large amount of data between servers. in fact format transmit claims between servers or between client , server. claims can digitally signed (jws - see rfc7515), encrypted (jwe - see rfc7516) or both (signed encrypted). compact used in web context.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -