query-string tag

3 questions


1 answers
69 views
0
When requesting with http post method, is there a specification defined for using not only the request body but also the query string?

POST /tokens?epoch=12345 HTTP/1.1Content-Type: application/x-www-form-urlencoded; charset=utf-8Host: example.comConnection: closeContent-Length: 11epoch=54321If you have HTTP POST reqeust like above W...

1 years ago

1 answers
88 views
0
When implementing the search function, create a query string in a get manner (?)

Node.js + express is in use. Oh, the ejs template!You are about to implement a search function among the bulletin board functions.I'm trying to implement it in a get way.<option value=title,body>...


2 answers
81 views
0
I have a question about My SQL.

Hi, everyone. I'm inquiring about the MySQL query statement.Not a web developer, but a bit weak in query statements.In the program you are developing now, you need to find out how many columns you hav...

1 years ago

© 2024 OneMinuteCode. All rights reserved.