Mar 3, 2020
0
Level 1
can not fetch the Origin in header request
in my application I'm checking the header Origin property in my middleware to find the domain requested my api after update my app to lumen 6 in the server in header I can not find Origin property in header.
I'm using nginx on server and lumen 6.
I try var_dump with $_SERVER and still not find the Origin property.
How I should find the Origin and catch it on the server
Please or to participate in this conversation.