Forum Discussion
Regarding HTTP error code 'NA'
Hi guys.
I`m doing POC using v12.1.3.6 BIGIP 7000 and provisioning LTM + AVR.
purpose of POC is well-doing, but there is not clear thing.
I`m using tcp profile + HTTP profile + HTTP avr profile + i-rule
i-rule is logging HTTP RESPONSE code start 4 or 5, log client IP port and LB server IP port and requested URI URL.
when HTTP_REQUEST { set http_host [HTTP::host] set http_url [HTTP::uri] } when HTTP_RESPONSE { if {([HTTP::status] starts_with "4") || ([HTTP::status] starts_with "5")} { log local0. "Status Code : [HTTP::status] URI : $http_host$http_url Client = [IP::client_addr]:[TCP::client_port], Server = [IP::server_addr]:[TCP::server_port]" } }
but In AVR, there is weird thing.
Regarding Response code N/A, I have no idea which thing have problem.
is there anyone know code N/A means and how to catch and logging.
with regards,
- Stanislas_Piro2
Cumulonimbus
Maybe there was no response from server, like f5 tcl error or tcp reset on serverside
- CarloS1
Nimbostratus
Hi,
I also would like to find answer for this question
What does it means N/A i HTTP status code?
Recent Discussions
Related Content
* 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