Python Requests works but curl returns 404 error code
Im hitting a strange issue when running two identical requests, one from curl and one via the python requests package. The python requests is responding 200 and the curl is responding with 404. What possible reasons would there be for curl to respond with a 404 error?