akshay chaturvedi

Results 4 comments of akshay chaturvedi

Thanks for the reply. Actually, I don't want to deactivate API for any route, there is only one route in my project to test `authenticate` middleware. So I am testing...

I am passing the `authentication` header in the request. ![image](https://user-images.githubusercontent.com/68876461/205075782-51070ef6-50c3-4f24-b2c7-8133646fbfd3.png) But still, not able to read it in middleware. ![image](https://user-images.githubusercontent.com/68876461/205045001-175d444e-d1a3-450b-a148-977d8e5e3e04.png) This message is logged when I send the request from...

I've tried adding a slash in the route but still, it's not working. Here I'm attaching two screenshots of headers in middleware and in route, 1. Headers in `authenticate` middleware...

I am simply calling the fetch API on load of javascript on the HTML page, the code is written in the issue as Front End. @soundkitchen & @amustaque97 Can I...