I have a problem requesting website with httparty gem: anti-bot system responds me with some boring stuff )
does httparty have any standart methods to alter request headers(I mean UserAgent, etc.)?
or can it be done in other way?
I have a problem requesting website with httparty gem: anti-bot system responds me with
Share
I solved this issue some time ago by using the mechanize gem which has user agent and cookies support built in.
Quick example: