I have written an REST API and I'm try to test a request that has no Accept header. If I send a request via Curl it adds a default header Accept: */*
, you can see this if you add Curl's -v parameter.
Is there are way to send a request via Curl with no Accept header?