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
Shiva ChandelShiva Chandel 

How to make http get request to Salesforce app ?

Hi,
So there is the scenario

I want to send the http get request from post man (it contains 2 strings in url to evaluate ) to Salesforce app and at the Salesforce end the request from postman is evaluated through http protocol and thn the 2 strings of the url are concatenated and send back as a response.

I don't know how to do this (specifically do it with http protocol).
Can you give an example for this ?
AnudeepAnudeep (Salesforce Developers) 
Hi Shiva - I recommend following this blog post

In the example posted in the blog, the following URL is hit

https://ap5.salesforce.com/services/data/v42.0/query/?q=SELECT+Name,Type+FROM+Account

Let me know if this helps, if it does, please close the query by marking it as solved. It may help others in the community. Thank You!