IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Injecting HTTPHEADER parameters in the program in HLASM


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dfymarine

New User


Joined: 27 Dec 2021
Posts: 1
Location: United States

PostPosted: Thu Aug 18, 2022 12:38 am
Reply with quote

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!
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
Search our Forums:

Back to Top