We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Posting form-data using Ruby Racer did not work for me.
I got it working by passing the form-data as the data argument to the HTTPConnection.go method.
HTTPConnection.go
Next to that my Rails App was not receiving some HTTP_xxx request headers and the response status code was not parsed correctly.
The codefixes that I used can be found in commit orslumen@b294e11
I am not sure though whether or not this fix would work for everyone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Posting form-data using Ruby Racer did not work for me.
I got it working by passing the form-data as the data argument to the
HTTPConnection.go
method.Next to that my Rails App was not receiving some HTTP_xxx request headers and the response status code was not parsed correctly.
The codefixes that I used can be found in commit
orslumen@b294e11
I am not sure though whether or not this fix would work for everyone.
The text was updated successfully, but these errors were encountered: