function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
User SFDCUser SFDC 

How to call Httppost method from Advanced Chrome REST Client

Hi All,

I am having a httppost method which will take two String values as input and the o/p is also String.

Please let me know how to call this from Advanced chrome REST client ?
AshwaniAshwani
I would recommend to use Postman REST client instead. It is a lightweight free extension.
User SFDCUser SFDC
Any help on this...

Post request from Advanced Chrome REST Client to salesforce REST class

Request shown in Image
Response shown in Image
Httppost method shown in Image

User-added image

Thanks


User SFDCUser SFDC
Hi All,

Even getting the same after passing Authorization : OAuth session id in header.
Let me knw if i am missing any thing
Thanks