[Django]-CURL receive "empty reply from server", but browser receive response. Why?

3👍

First add -vv to the curl command to see what is happening with the connection. If it says server redirection is happening, add -L to solve the problem.

Leave a comment