http post http Transmitting parameters through post
When opening a server-side web page, you need to pass some parameters. Do you need to transmit parameters through post? How to do it?
The system opens a query page of other servers by opening a link, and this query page needs to pass some parameters
and other people’s documents say that it requires Transmit parameters via post? I'm depressed. How do I transmit parameters in the post method in this case? I just open the page, not submit anything
Generally open it in the get method: http://www.hao123.com? id = "123"
How to open it as a post? What we want to do is to open the server-side web page through a link in the front desk
Is the request wrong? If the request is correct, how should I do it?
Reply to the discussion (solution)
Can anyone give me some advice?
Please give me guidance! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
This is usually processed in the background program, socket or curl can be used
If it is done in the front desk, the entire page will be empty, ajax post will retrieve the data and then refresh the page
Use js to simulate a click