rfc tag

1 questions


1 answers
78 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...

2 years ago

© 2024 OneMinuteCode. All rights reserved.