You need to sign in to do that
Don't have an account?
CloudConversion
Unauthenticated Apex REST?
Force.com gurus,
Are there any plans to support unauthenticated Apex REST? We really need the ability to have outside systems post data to our customer's Salesforce accounts and those systems don't have the capability to authenticate. So, we're basically looking for a servlet type listener.
Thanks,
Jon
p.s. -- we've looked at using Sites for this, but there's currently no way to access to the HTTP body of the request.
Any ideas here??
Hi there,
You should be able to do this with sites, any parameters you send to the page you should be able to get by doing an apexpage.getParameter().get().
I've done similar things in the past this way, let me know if you need more info or something more specific.
Cheers,
Nico