NGINX reverse proxy returns HTTP 400 with a invalid header line for my flutter app.Works fine in Postman
I've setup Nginx with reverse proxy to my django backend api. The requests from Postman work perfectly fine but on Flutter I get a HTTP 400 157 from the nginx server while performing a GET request. Upon inspecting the log…