[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ftpapi] long authorization token



What type of token are you referring to? 

We have a Bearer Token that is over 1024 bytes and add it with the additional header exit point.   You can see the parameter size to a larger value in that procedure.

http_xproc(HTTP_POINT_ADDL_HEADER:%PADDR( AdditionalHeaders))

DCL-PROC AdditionalHeaders EXPORT;      
DCL-PI *N;                        
    HeaderData VARCHAR(4096);    
END-PI;                          
 
    HeaderData = 'Authorization: Bearer ' + Access_Token + x'0D25'  
               + 'Accept: application/json' + x'0D25';                      
                                                                             
    RETURN;                                                                  
                                                                             
END-PROC;                                                                                                      


On Thu, Jun 10, 2021 at 6:09 PM Way, Tim <Tim.Way@xxxxxxxxxx> wrote:

Is there a way to send a token that is longer than 1024 characters?

 

Best Regards,

Tim Way
  / Information Technology
AS400/MacPac Programmer Analyst
Camfil USA Inc.
1 North Corporate Drive
Riverdale, NJ 07457 United States
Phone:
+1 (973) 907-9352
Mobile: +1 (862) 228-5069
Fax: +1 (973) 616-7771
E-mail: Tim.Way@xxxxxxxxxx

Web address: www.camfil.com


Legal Disclaimer
The content of this e-mail message is intended only for the confidential use of the person(s) to whom it is addressed above. If the reader of this message is not the designated person to whom it is addressed, you are hereby notified that you have received this communication in error and that reading it, copying it, or in any way disseminating its content to any other person, is strictly prohibited. If you have received this e-mail in error, please notify the author by using the reply key immediately.

 

--
_______________________________________________
Ftpapi mailing list
Ftpapi@xxxxxxxxxxxxxxxxxxxxxx
http://scottklement.com/mailman/listinfo/ftpapi


--
Brian J. Garland
Vermont Information Processing, Inc.
brian.garland@xxxxxxxxxx


This email and any files transmitted with it are confidential and intended solely for the use of the individual or company to whom they are addressed. Do not disclose, distribute, or copy this email to others outside your company. If you have received this email in error, please notify the sender immediately and delete this email from your system.
-- 
_______________________________________________
Ftpapi mailing list
Ftpapi@xxxxxxxxxxxxxxxxxxxxxx
http://scottklement.com/mailman/listinfo/ftpapi