Server-side Post
Server-side Post
BNR32
Posts: 12Questions: 4Answers: 0
Hi all,
In server-side process, I want to send from js to ssp.class a value (user_id) to perform the query (via POST for example).
How I can send this value?
Because the POST server-side example is for REQUEST, not for send a value.
Thank you very much, best regards.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I'm afraid I don't quite understand this. If you have a look at the POST example in your browser's developer tools, it is making an HTTP POST and sending values to the server as POST parameters.
Allan
Yes! Thank you as always, Allan. I got confused with the word 'make a POST request'. I thought, ok 'POST request' but I need do a 'POST submit'. My mistake, sorry.