You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "YangChaorix (via GitHub)" <gi...@apache.org> on 2023/03/06 05:08:08 UTC

[GitHub] [apisix] YangChaorix commented on issue #8990: help request: plugins proxy-cache cannot handle post method $request_body ?

YangChaorix commented on issue #8990:
URL: https://github.com/apache/apisix/issues/8990#issuecomment-1455459577

   > Are you sending the request body? Could you let me know how you can access this route? Please share your `curl` cmd
   
   This is the curl request。
   
   curl --location --request POST 'http://127.0.0.1:9080/worksheet/getFilterRows' \
   --header 'Content-Type: application/json' \
   --data-raw '{
     "appKey": "02c71d5f45d3556e",
     "sign": "ZjgyNjA1NDc0OWRkYmRlZGY0NmFmYzc1NWMzNjEzZGEzNmQ3ZDI0ZThiMzZkMmNkYmNjOGY5YTRkMGRmZjZhZA==",
     "worksheetId": "6189f276e2355ced8fe8ed74",
     "pageSize": 10,
     "pageIndex": 1
   }'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org