Originally posted by: SystemAdmin
I'm using a GET to do a HTTP POST to a URL that will send something back to me. The following is currently working:
get("HTTP", "-TY text/html
-URL
HTTP://user:passwd@server03:7001/gets" -M POST -TV -HDR+",
"SOAPAction: listpayments<CR><LF>" + text(In1) )
We now have to go through an authentication server before sending the request. We first retrieve a cookie from the authentication server which is then saved to a file. How do I include the authentication cookie in the request? I won't be sending the userid/password anymore.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange