on ‎2025 Aug 22 7:52 PM
Hi All!
I'm working on a CAP service that serves content to both an HTML5 app and an MDK app. I've created a handler to pre-filter some data according to the user ID. If the user is logged in using the MDK app, I want to detect this using the header' x-forwarded-path', which should be included in the request (I implemented this in another project successfully).
But this time, using CAP 8.9.2, I see only the x-correlation-id header in any request; a lot is missing. I saw some posts about missing authorisation headers, but not all the other headers (x-*** for example).
My packages:
Request clarification before answering.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.