Injecting HTTPHEADER parameters in the program in HLASM



High Level Assembler(HLASM) for MVS & VM & VSE

Injecting HTTPHEADER parameters in the program in HLASM

Postby dfymarine » Thu Aug 18, 2022 12:40 am

Good day all,

I am a newbie in Mainframe and High Level Assembler Language. I have been trying to code in some changes in two CICS programs by using CICS command below:

EXEC CICS WEB WRITE HTTPHEADER(HTTPHEA1) NAMELENGTH(NAMLEN1) VALUE(HTTPVAL) VALUELENGTH(VALLEN)

One of these two CICS programs has an authentication box popping up every time it is loaded, but when I code the above-mentioned command in the program with CICS WEB SEND, the HTTPHEADER would not be injected in the response header.

Does anyone have experience with writing it ?

I've read the IBM documentation and consulted with IBM. They recommended switching to HTTP 1.1 RFC2616 from HTTP 1.0 RFC 1945... (I've no idea what that means)

I am at wit's end.

Your help and guidance are greatly appreicated!
dfymarine
 
Posts: 1
Joined: Thu Feb 03, 2022 4:47 am
Has thanked: 0 time
Been thanked: 0 time

Return to Assembler

 


  • Related topics
    Replies
    Views
    Last post