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
SkyBlue2007SkyBlue2007 

HttpRequest with https!

Hi everyone,

 

I'll use the HTTP Request object to POST data to an HTTPS endpoint.

Please let me know if you have some important points.

 

Thanks,

Seiji

Best Answer chosen by Admin (Salesforce Developers) 
paul-lmipaul-lmi

the endpoint must have a valid SSL certificate signed by a public CA.  other than that, yeah, works just like HTTP.  the only limitation with using POST i'm aware of is that multi-part form data doesn't work with non-text form fields.

All Answers

MarkWaddleMarkWaddle

It should work the same as an HTTP endpoint. There should be no problems.

paul-lmipaul-lmi

the endpoint must have a valid SSL certificate signed by a public CA.  other than that, yeah, works just like HTTP.  the only limitation with using POST i'm aware of is that multi-part form data doesn't work with non-text form fields.

This was selected as the best answer
SkyBlue2007SkyBlue2007

Hi MarkWaddle,

 

Thank you for your reply.

I'll try.

 

Thanks,

Seiji

SkyBlue2007SkyBlue2007

Hi paul-lmi,

 

Thank you for your reply.

I'll use POST, so your advice is helpful for me.

 

Thanks,

Seiji

pmsdxpmsdx

Hello Sieji,

Thanks ina dvance for helping out.

Did you get this working? Where did you get the endpoint certificate and which certificate authority did you use?

 

thanks,

DxSri