Forum Discussion
praque_135655
Nimbostratus
Nov 04, 2013Access denied error when trying to retrieve saml token from html body
Hi All,
I am trying to retrieve the saml token from the html body, but i received following error access denied error,
when it was trying to call the 208 url(usclssoat208.airsoatest.airserv...
praque_135655
Nimbostratus
Nov 06, 2013Hi Kevin, shall we get into a call and discuss. i have fiddler session. i will send the attachment. Please give ur phone number and mailid. i tried using the HTTP::collect and payload. But still i receiving the half of the payload.
when HTTP_RESPONSE {
if {[HTTP::header "Content-Length"] ne "" && [HTTP::header "Content-Length"] <= 4048576}{
set content_length [HTTP::header "Content-Length"]
} else {
set content_length 2048576
}
Check if $content_length is not set to 0
if { $content_length > 0} {
log local0. "content_length$content_length"
HTTP::collect $content_length
}
}
when HTTP_RESPONSE_DATA { Full payload should be available here in [HTTP::payload] log local0. "httpresponse::[HTTP::payload]" }
Payload:
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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