U
U
Us592019-03-22 18:51:14
C++ / C#
Us59, 2019-03-22 18:51:14

How to make a post request in php and get a response?

123123123123123123123123123123123123123123123123123123123123123123123123123123

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oligophren, 2019-03-22
@Oligophren

What's the point of putting it in the site's url if it's not a get request? You need to look at what is inside this request, and by analogy send your request. Judging by __VIEWSTATE, this is all done on ASP.NET WebForms, with all the ensuing nuances.

I
irishmann, 2019-03-22
@irishmann

Curl use if pure php, through ajax you can stumble upon CSRF protection

A
Artyom Luchnikov, 2019-03-22
@lu4nik

Google phantomjs. It provides all the goodies of webkit from the console. You can access the dom in js, insert your request into the field and trigger the form submit event, and then receive and process the result.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question