Forum Discussion
Muhannad_64809
Jun 29, 2018Nimbostratus
F5 LTM is not passing an application/x-javascript to the client side.
Dear Team,
i am facing an issue with a WebSite using Joomla Template based on Helix Framework in responses, this specific response coming from the server is not passing to the client side,i didn...
youssef1
Jun 29, 2018Cumulonimbus
Hi,
Did you logged your response? If you see your response in release part, that means that the client have to receive response and the problem will be in client part:
Can you test this please?
when HTTP_REQUEST {
Log the start of a new HTTP request
set LogString " Client [IP::client_addr]:[TCP::client_port] -> [HTTP::host][HTTP::uri]"
}
when HTTP_RESPONSE {
log local0. "======================RESPONSE======================="
log local0. "$LogString (response) - pool info: status: [HTTP::status]"
foreach aHeader [HTTP::header names] {
log local0. "$aHeader: [HTTP::header value $aHeader]"
}
log local0. "=====================RESPONSE========================"
}
when HTTP_RESPONSE_RELEASE {
log local0. "=====================RELEASE========================"
log local0. "$LogString (response) - pool info: status: [HTTP::status]"
foreach aHeader [HTTP::header names] {
log local0. "$aHeader: [HTTP::header value $aHeader]"
}
log local0. "====================RELEASE========================="
}
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