Page 1 of 1

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

Posted: Sun Aug 21, 2016 8:26 pm
by Ibrahim Ahmed Taymor

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


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

Posted: Mon Aug 22, 2016 11:15 am
by Serhii Kulibaba

Hello Ibrahim,

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


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

Posted: Mon Aug 22, 2016 4:50 pm
by Ibrahim Ahmed Taymor

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.