Hello guys!
I'm currently working on a https server implementation and found neither documentary or examples in which you can receive and further parse a POSTrequest Body.
anyone got some ideas?
parsing https POST body
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: parsing https POST body
You need to be a bit more specific than that... are you building your own https server code from scratch, or are you using an existing http(s) server library? If so, which one?
Re: parsing https POST body
Hello!
Yeah sure. So basically i used the https "simple" example as a template and added a login handler. within the URL "/login" the user should be allowed to send me usercredentials via a https POST in the Body of the request.
After receiving the Body(in json format) I either want to grant access or deny.
Yeah sure. So basically i used the https "simple" example as a template and added a login handler. within the URL "/login" the user should be allowed to send me usercredentials via a https POST in the Body of the request.
After receiving the Body(in json format) I either want to grant access or deny.
Who is online
Users browsing this forum: Gaston1980 and 91 guests