WMB Tutorials | Retrieving Custom HTTP Headers from Request

Published: 09 December 2017
on channel: ProjectsGeek
3,582
20

In this video on WMB Tutorials we will see how to Retrieving Custom HTTP Headers from Requests. We will pass headers in request via SOAP UI and then we will access those HTTP custom headers in WMB Code.

Some of the Custom HTTP Headers in Requests

X-CSRF-Token
X-Request-Source
X-Powered-By
X-Cache
X-Pingback
X-Forwarded-For
X-HTTP-Method-Override

Sample code to access HTTP Header Values

DECLARE token CHARACTER InputRoot.HTTPInputHeader."X-CSRF-Token";
DECLARE source CHARACTER InputRoot.HTTPInputHeader."X-Request-Source";


Watch video WMB Tutorials | Retrieving Custom HTTP Headers from Request online, duration hours minute second in high quality that is uploaded to the channel ProjectsGeek 09 December 2017. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 3,582 times and liked it 20 visitors.