Is it possible to retrieve custom header
values from incoming HTTP Requests (my angular application is called by webview on mobile app both ios and android). If it not possible in angular application is there any way to forward header to backend?
My application use Nginx
as a web server and backend is .NET Core
(API)
Thank you very much for your time and assistance in this matter.