Server-side Post

Server-side Post

BNR32BNR32 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

Answers

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    Answer ✓

    Because the POST server-side example is for REQUEST, not for send a value

    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

  • BNR32BNR32 Posts: 12Questions: 4Answers: 0

    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.

This discussion has been closed.