Answer the question
In order to leave comments, you need to log in
How to add a GET parameter to the server response?
Hello!
Using nginx it is possible to send a response from the server without creating a service file (in python or php)
location / {
return 200 'текст ответа';
}
http://my-domPain/?ver=12
receive a message when contacting текст ответа 12
? Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question