httparty icon indicating copy to clipboard operation
httparty copied to clipboard

:tada: Makes http fun again!

Results 60 httparty issues
Sort by recently updated
recently updated
newest added

I realize this is a shot in the dark, but I'm stumped and could use some help. See the screenshot below from Rollbar. I have `rack_timeout` installed and set to...

When trying to create a POST with an attachment I'm running into this issue. Here's a simple example: ``` params = { name: "Gunter", attachment: attachment } ``` Now, the...

Using a variant of the [example in `HashConversions`](https://github.com/jnunemaker/httparty/blob/e40a88626d3551eba3764395788d83aa2b3ae564/lib/httparty/hash_conversions.rb#L7), given object `obj`: ``` { "name": "Bob", "phones": [ { "type": "home" // He finally cut the cord! }, { "type": "work",...

Hello all, I am stuck on a problem which occured recently. For over a year the following snippet is working like expected: ` return HTTParty.get("https://myip.ms/files/blacklist/htaccess/latest_blacklist.txt", format: :plain, headers: {"Accept" =>...

With httparty 0.14.0 if I I make a POST call like this `HTTParty.post 'http://localhost:3000/somepath', body: {my_param: []}` then at the other end I receive `my_param` with value `[""]` while with...

breaks backward compitability

Hi, I am getting Case sensitive headers with ruby 2.6.5, Can anyone please help me with it Thank you,

Hi, I know you've seen similar errors, I'm hoping this is somewhat different. (I'm trying to fetch a virus infected website so please be careful with these links) Consider the...

This change modifies httparty's behavior to only trust the system CAs if ssl_ca_file and ssl_ca_path is not provided. As a user using my own CA, I only want to trust...

Hi there! I would like your help in order to find a solution to my problem, if possible. Below is the code I am trying to make as a multipart/form-data...

## Summary Currently, we can create a valid httparty request with a `base_uri` and a relative path. However, there is an issue where by the request will not be redirected...