Forum Discussion

Emil_Tr's avatar
Emil_Tr
Icon for Altocumulus rankAltocumulus
May 21, 2025

Requests with 307 responses not logged (missing) in ASM events

Hello
I have a vs named flane with waf policy and logging profile configured to log all requests. However, I've noticed that requests with HTTP 307 redirect responses are not being logged. To investigate, I created an irule to log all requests and responses. These logs appear correctly in the ltm log generated by the iRule, confirming the traffic flow.
What could be the reason for this? It doesn't seem to be a sporadic issue, as all requests with 307 responses are consistently not logged.

7 Replies

  • 307 redirect is a redirect by browser itself usually due to hsts.

    So if 307 is not be sent by the server that's why you will never be able to log it.

    • Emil_Tr's avatar
      Emil_Tr
      Icon for Altocumulus rankAltocumulus

      If t is not sent by server, where are the HTTP 307 logs in ltm log coming from?