[endpoint] Query parameter values ​​cannot be obtained during remote debugging #2

Closed
opened 2026-02-15 21:15:14 -05:00 by yindo · 0 comments
Owner

Originally created by @fujita-h on GitHub (Jan 12, 2025).

Reproduction steps

  • Create an endpoint plugin and create a simple endpoint that outputs r.full_path
  • When accessing the endpoint, add the query parameter ?foo=bar
  • Check the value of r.full_path in the deployed environment and in remote debug environment

Difference

In the deployed environment, r.full_path is /path/to/endpoint?foo=bar
But in the remote debug environment, r.full_path is /path/to/endpoint?

Similarly, differences occur in r.args, r.values, etc.

Originally created by @fujita-h on GitHub (Jan 12, 2025). ## Reproduction steps - Create an endpoint plugin and create a simple endpoint that outputs `r.full_path` - When accessing the endpoint, add the query parameter `?foo=bar` - Check the value of `r.full_path` in the deployed environment and in remote debug environment ## Difference In the deployed environment, `r.full_path` is `/path/to/endpoint?foo=bar` But in the remote debug environment, `r.full_path` is `/path/to/endpoint?` Similarly, differences occur in `r.args`, `r.values`, etc.
yindo closed this issue 2026-02-15 21:15:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#2