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
gaurav.sfdcgaurav.sfdc 

Any free Online Rest API for testing basic authentication in salesforce

I need to connect an external Rest API through basic authentication. (I cannot use OAuth) . The main API is not ready from client side. We need to show a demo to show connectivity to Rest API via basic authentication. I have the code to connect but dont have any API to test. so I need any free API (with user name & passowrd) to test basic authentication
Michael VerhovskiMichael Verhovski
Perhaps http://jsonplaceholder.typicode.com/ mau work for you
gaurav.sfdcgaurav.sfdc
One more simple API use GitHub with user name and password as your login credentials , it will return OK(200) or unauthersiaed. My job done with that.. Anyways thanks for your suggestion.
Shri RajShri Raj
use Apigee. 

https://apigee.com/console/salesforce_sandbox 

Its pretty cool. I have used it several times.
And also i heard, Google REST API test app is also good., I havent tried. it.