Ibrahim Ahmed Taymor
Posts: 0
Joined: Mon Jan 20, 2014 9:27 pm

API Express Generator absent X-Appery-Session-Token header

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

API Express Generator absent X-Appery-Session-Token header

Hello Ibrahim,

Please clarify, did you set that parameter in that service? Could you show us a mapping of that service?

Ibrahim Ahmed Taymor
Posts: 0
Joined: Mon Jan 20, 2014 9:27 pm

API Express Generator absent X-Appery-Session-Token header

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.

Return to “Issues”