php - How to get body of get request? -
i'm aware of specifics of params usage in http request body. however, looking way how grab body of http request.
get requests per spec not have body if did file_get_contents("php://input"); best bet
i'm aware of specifics of params usage in http request body. however, looking way how grab body of http request.
get requests per spec not have body if did file_get_contents("php://input"); best bet
Comments
Post a Comment