-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support for sending raw request bodies #13
Comments
Note to self: Perhaps |
Hi @peritus , I tried to use "Set Request Body" and "Get Binary File" but getting following error: 20150414 18:05:42.999 : DEBUG : Response headers: |
If there is no response body, you can't retrieve it. |
Hi @peritus , Thanks for your reply. When I execute api using rest client to upload file. It works fine. I was trying to automate it, but it is failing with error 415. Below is the complete log: Starting test: Automation.Test Suite.file upload |
There is no way to send a raw request body (e.g. a binary file), everything is UTF-8 encoded.
Webtest supports this somehow, so should this library.
The text was updated successfully, but these errors were encountered: