Forum Discussion
VijayG_122615
Mar 12, 2013Nimbostratus
how to insert Basic Authorization into http header while redirecting
Hi ,
i am trying to insert a common user id and pwd intp "Basic Authorization" of http header and redirect the same to new url. tired HTTP::header insert Authorization cmd but it isnt working ...
VijayG_122615
Mar 13, 2013Nimbostratus
trying to redirect to new SAP PI Adapter url with Authorization .
when HTTP_REQUEST {
Debug off (0) , On (1)
set debug 1
SAP PI 7.3 standard RNIF Adapter uri
set pirnifuri "/MessagingSystem/receive/RNIFAdapter/RNIF"
If Inbound host matches the b2b hosts then redirect
if {[matchclass [http_host] equals pidxb2bhosts] and [HTTP::uri] equals "/RosettaNet" } {
inbound host and uri
if { $debug>=1 } {log local0. "PIDX:Inbound host and uri: [HTTP::host][HTTP::uri]"}
dev Redirect
if { [HTTP::host] starts_with "b2b0031" and [HTTP::uri] equals "/RosettaNet" } {
HTTP::header insert Authorization "Basic WElfQVgwMDFEVjAwOmxpdmU0ZnJlZTE="
set devsappihost [ class match -value dev equals sappihosts]
if { $debug>=1 } {log local0. "Redirecting to dev SAP PI"}
HTTP::redirect "http://$devsappihost$pirnifuri"
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects