You cannot post messages because only members can post, and you are not currently a member.
Description:
Problems and discussions about the HTTParty gem.
|
|
|
Connection refused issue on Heroku
|
| |
Heya, I am making a call to the Ticketweb API in my application. It uses the HTTParty library, and works perfectly on my local machine (in production and dev env). When I deploy to Heroku it is giving me the following error: 2012-05-26T13:57:42+00:00 app[web.1]: Started GET "/events" for 70.83.36.139 at 2012-05-26 13:57:42 +0000... more »
|
|
hey guys! please, give a piece of advice!
|
| |
I have a problem with making a GET request to one website. let it be blah-blah.com so when I request MyClass.get(blah-blah.com) response is full and browser-identical but request to some particular object (for example blah-blah.com/level/1/pants/1) returns some anti-bot response: "out robot protection system decided that robot acts on your behalf and... more »
|
|
please help on HTTP POST Method with JSON req body
|
| |
This is Nagarajan from Chennai, India.
I’m started learning HTTParty for calling web services.
Thanks for that gem.
Could you please send me any doc you have on HTTParty.
Also please let me know how to send json request body to HTTParty.
I have a below req. body:... more »
|
|
Getting all the paths followed during a redirect
|
| |
Hi,
Is there a way for me to get at all the paths followed during a GET request that goes through a bunch of redirects? I need to know the location of the last returned page, whose uri is not in the headers... This is the debug info of the request, I would like to be able to save in an array all the <-GET entries:... more »
|
|
Struggling to 'put' a hash using json or xml
|
| |
Hello all,
I'm hoping someone can point me in the right direction to solve a
challenge I'm having. I'm pretty new to Ruby, so please be patient
with me if I'm (probably) missing something really obvious…
Basically I'm have a hash that I need to submit to a REST webservice
using the 'put' command.... more »
|
|
|