Hi,
I need to make a POST request to a third party site from the Client browser rather than the server. This is so that the third party can receive some data and then place a cookie in the client browser to avoid some repetitive authentication.
The requirement is quite basic - I want to make a POST to a url with a parameter which consists of three data items, which would be a json encoded string.
Having never done this before, I had a look at Javascript and there are ways to do it though I'm not sure how I would execute the JS code. There is also AJAX
I also noticed that the HTML (Render Form) Action has some options that could be relevant in this case, and perhaps there is a way to achieve what I want from there. Is there any tutorial which will help me to understand how to use the options in this Action?
Cheers
Tim
I need to make a POST request to a third party site from the Client browser rather than the server. This is so that the third party can receive some data and then place a cookie in the client browser to avoid some repetitive authentication.
The requirement is quite basic - I want to make a POST to a url with a parameter which consists of three data items, which would be a json encoded string.
Having never done this before, I had a look at Javascript and there are ways to do it though I'm not sure how I would execute the JS code. There is also AJAX
I also noticed that the HTML (Render Form) Action has some options that could be relevant in this case, and perhaps there is a way to achieve what I want from there. Is there any tutorial which will help me to understand how to use the options in this Action?
Cheers
Tim