etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
882 stars 184 forks source link

getting same data while same time 2 request #336

Open Rajkumar181 opened 3 months ago

Rajkumar181 commented 3 months ago

Dear Team,

when I requested the same POST request in the same time then I got the same response in both requests.

using POST method.

etr commented 2 months ago

Hey @Rajkumar181 can you give more details about your issue?

What is the context of the POST requests? Why are they expected to return a different response?

Some of your code would help, I suspect, in explaining your use case.