The problem
In order to perform some requests on my API, I need to send an Authorization header on my GET and POST requests.
Do you know if it is possible to do it on AMP?
What I've tried
- I've followed this tutorial
- I've read the amp-list, amp-form and amp-state documentation
- I've tried to perform some requests using all of them
But I can't find a way to send the Authorization header
.