D
D
DoggoTheKing2017-03-03 22:44:06
JavaScript
DoggoTheKing, 2017-03-03 22:44:06

Is there a GET request handler in NODE.js?

A get request is sent:
$.get('serv.php', { usedID: ID});
And it is written to a variable already in php:
$userID = $_GET['ID'];
So, how can you write data from a get request to NODE.js?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeniy Odinets, 2017-03-03
@DoggoTheKing

stackoverflow.com/questions/6912584/how-to-get-get...

D
Dmitry Belyaev, 2017-03-04
@bingo347

https://nodejs.org/dist/latest-v6.x/docs/api/http.html
https://nodejs.org/dist/latest-v6.x/docs/api/url.html
https:// nodejs.org/dist/latest-v6.x/docs/api/query...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question