When using API Express Generator with secure API Express the following error appears:
{code: "AE002", message: "Incorrect or absent X-Appery-Session-Token header", status: "FORBIDDEN"}
Note: It works without secure API Express
When using API Express Generator with secure API Express the following error appears:
{code: "AE002", message: "Incorrect or absent X-Appery-Session-Token header", status: "FORBIDDEN"}
Note: It works without secure API Express
Hello Ibrahim,
Please clarify, did you set that parameter in that service? Could you show us a mapping of that service?
Thank you the priority support solved it
You need to pass "X-Appery-Session-Token header" header.
If you using standard API Express methods you need to invoke "AppClientLogin" service to sign in in DB.
Then you can invoke other API express methods.