I have a form that I force to be HTTS as we are dealing with private data. I am wanting to test using the POST method of the Call REST Resource submission action.
If I force my form to use HTTS, will the POST to the REST URL also be HTTPS?
The action will post to whatever URL you type into the URL fields. So if you type in a HTTPS address then it'll be secure; if you use a HTTP one then it won't be.
[quote]
The action will post to whatever URL you type into the URL fields. So if you type in a HTTPS address then it'll be secure; if you use a HTTP one then it won't be.
[/quote]
Duh. I should have figured that.
Thanks!