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
Nayana Pawar 5Nayana Pawar 5 

Creating an OAuth Token should only be done using SSL

Hello All,

Please help me.
I am trying to integrate salesforce with external web app (Gliffy) using API.
I am done with Oauth 1.0 oauth_signature generation and header creation for the authentication of external system but when I pass those parameters to request token I am getting this error in response.

I have created self-signed certificate in salesforce but I cann't install that on Gliffy server.
So I am unable to find out solution on this.

let me know if anyone have solution for this.

 
logontokartiklogontokartik
What the message means in general is that you need to call an endpoint that is https:// instead of http. Please check the endpoints you are using get the Request Tokens.

I am not much familiar with Gliffy REST API but I assume they should have some documentation on what endpoints to call in. Its nothing to do with Salesforce. Its the way you are calling the API, so please verify your connections and if possible try using other apps like Apigee or any other REST Clients to connect before building it in Salesforce

Hope this helps