Forum Discussion
Cpet
Altocumulus
May 02, 2018Big-ip APM remote users are receiving an error message 404 not found.
Hi all,
Company's remote users are receiving an error message when they are trying to import or edit (yellow highlighted) a file to an application published through Big-ip APM.When they are work...
youssef1
Cumulonimbus
May 08, 2018Hi,
You can check if your condition is trigged:
When ACCESS_ACL_ALLOWED {
set my_path [string tolower [HTTP::path]]
}
when HTTP_RESPONSE {
if { [info exists my_path] && [$my_path equals "/ords/massupload"] } {
REWRITE::disable
log local0. "Logs: rewrite disable for path $my_path"
} else
log local0. "Logs: rewrite enable for path $my_path"
REWRITE::enable
}
}
As you can noticed I activate logs.
But As I told you first you have, You have to do a test from internal (Without using F5) connect to your application (using chrome and developper tools --> F12). then capture the request done when you try to import or edit your document.
This requestion target the app hostname or the backend hostname (additional can you tel me if is a relativ or absolute link)?
Regards
First
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