developerforce / Force.com-JavaScript-REST-Toolkit

ForceTK - a minimal Force.com REST API for JavaScript apps
BSD 3-Clause "New" or "Revised" License
315 stars 175 forks source link

SalesforceProxy-Endpoint not defined in header #64

Closed scottmcclung closed 9 years ago

scottmcclung commented 9 years ago

I must be missing something simple. I've implemented the bulk.page example in a sandbox without any modifications but I am getting a 400 response with the error "SalesforceProxy-Endpoint not defined in header" when attempting to create the job. Any thoughts on what I forgot to do? Thanks!

metadaddy commented 9 years ago

My bad - I fixed this, committed it (c3edd29) but forgot to push. Should work now!

scottmcclung commented 9 years ago

Woot! Working great now. Thank you for working on this!

chavanshama88 commented 4 years ago

Hi, I am trying to use your code in my sandbox but i am getting error HTTP ERROR 400 Problem accessing /services/proxy. Reason: Unable to forward request due to: Stream closed Can you please help me resolve it?