How to access Request headers from server code
Why do i need this?: an external API sends a POST message with some extra information in the request header that i need access to.
Does the appery.io backend allow to access to request headers from server code?
I saw someone else request this capability about 1 year ago.
If not currently allowed:
(i) Are there any alternative ways to get to this info ( the external API will certainly not change their API to send me that info as a request parameter, so do not suggest that)?
(ii) Are there plans to add this?