apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
1.01k stars 527 forks source link

Requests sent via APIsix Dashboard using GET and POST methods can be successful, but requests using PUT and DELETE methods fail without generating any logs. #2948

Open Blackcat308 opened 5 months ago

Blackcat308 commented 5 months ago

Issue description

Figure 1 and 2 shows the initiation of GET and POST requests.

img1

image

It seems that errors occur when attempting to delete or modify using the DELETE and PUT methods. image image image image

image It appears that there are no logs indicating any PUT or DELETE requests being made.

Could you please tell me what the problem is? Could it be that the server has restrictions in place?

Expected behavior

I expect to be able to access it normally.

How to Reproduce

Figure 1 and 2 shows the initiation of GET and POST requests.

img1

image

It seems that errors occur when attempting to delete or modify using the DELETE and PUT methods. image image image image

image It appears that there are no logs indicating any PUT or DELETE requests being made.

Could you please tell me what the problem is? Could it be that the server has restrictions in place?

Screenshots

No response

Environment

Additional context

No response