While I do testing I faced issue with nginx server.
when I send any request with postman and include my Authentication header always return this page to me
<html>
<head>
<title>400 Request Header Or Cookie Too Large</title>
</head>
<body bgcolor="white">
<center>
<h1>400 Bad Request</h1>
</center>
<center>Request Header Or Cookie Too Large</center>
<hr>
<center>nginx/1.10.3 (Ubuntu)</center>
</body>
I have tried many solutions and still, I hope you gonna help me
thanks a lot