-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perfops curl does not support Content-Type: text/plain;charset=UTF-8 #38
Comments
Hey, are you sure about this? We use regular curl in the backend with default settings |
Hi, Thanks for quick answer. No I am not sure, but I cannot understand why I get this behaviour: curl -v https://prd-gra-ladon.x.com/foo/bar
< HTTP/1.1 200 OK perfops curl -v https://prd-gra-ladon.x.com/foo/bar perfops curl -I -v https://prd-gra-ladon.x.com/foo/bar |
Is that domain supposed to be working? I am getting a DNS error when trying to open it. It cant resolve the domain |
Sorry no, it is not a public domain. I can PM it to you, but I won't keep it running for very long. |
Ok, we will run our tests to debug this. Currently I can't see the problem but I will have my team to check as well. |
Hi,
I really appreciate the tool, but I think the content-type is hard coded as :
Content-Type: application/json
Which makes my api return 404 instead of 200 if for example I serve only plain text.
Thanks and regards
The text was updated successfully, but these errors were encountered: