RB and CSRF verification.

2012-05-10 Thread sholsapp
I'm trying to scrape RB with restkit to perform tasks that cannot be performed with the API, but I keep receiving the following response. CSRF verification failed. Request aborted. I understand this is a Django error, but was curious if anyone else has gotten around this? Is it possible to

Re: RB and CSRF verification.

2012-05-10 Thread David Trowbridge
What do you need that's not in the API? -David On Thu, May 10, 2012 at 6:55 PM, sholsapp shols...@gmail.com wrote: I'm trying to scrape RB with restkit to perform tasks that cannot be performed with the API, but I keep receiving the following response. CSRF verification failed. Request

Re: RB and CSRF verification.

2012-05-10 Thread sholsapp
Hi David, I need the ability to create/modify RB groups. -Steve On Thursday, May 10, 2012 6:57:22 PM UTC-7, David Trowbridge wrote: What do you need that's not in the API? -David On Thu, May 10, 2012 at 6:55 PM, sholsapp shols...@gmail.com wrote: I'm trying to scrape RB with restkit