Open derekpovah opened 2 years ago
rest-client is complaining when it's passed params that isn't JSON (example) since Content-Type for every request is getting set to application/json.
rest-client
params
Content-Type
application/json
warning: Overriding "Content-Type" header "application/json" with "application/x-www-form-urlencoded" due to payload
rest-client
is complaining when it's passedparams
that isn't JSON (example) sinceContent-Type
for every request is getting set toapplication/json
.