Forum Discussion
APM issue errorcode=19
- Oct 07, 2024
This error means that the user's browser:
1- Accessed an APM virtual.
2- Got a 302 to "/my.policy" with a cookie to use for that request.
3- Accessed "/my.policy" without the cookie they just got.
Like most web apps, APM's session management relies on cookies. By default APM's cookies have the "secure" flag.
To understand the issue more fully you can read about how cookies work, especially read the part about the secure flag:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#block_access_to_your_cookies
This error means that the user's browser:
1- Accessed an APM virtual.
2- Got a 302 to "/my.policy" with a cookie to use for that request.
3- Accessed "/my.policy" without the cookie they just got.
Like most web apps, APM's session management relies on cookies. By default APM's cookies have the "secure" flag.
To understand the issue more fully you can read about how cookies work, especially read the part about the secure flag:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#block_access_to_your_cookies
- IVDOct 08, 2024Nimbostratus
Thank you it was helpfull,
The issue was with my client application that wasn't accepting the cookie.
I found out that i should use the Header clientless-mode for my application to be able to authenticate.Thanks for your help
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