Open jisheng100 opened 1 year ago
Hello, I use this library to integrate my Lumen project, and found that Lumen cannot get the http body content
nginx configuration
request info
Php code of controller
The $request->getContent() is return empty
Is there something wrong with my use? Thanks.
Without check in your code, we can't help you.
We will a create page, about fixing frequent problems in applications.
Perhaps you have the $request, inside a Singleton.
Hello, I use this library to integrate my Lumen project, and found that Lumen cannot get the http body content
nginx configuration
request info
Php code of controller
The $request->getContent() is return empty
Is there something wrong with my use? Thanks.