jet-client-support icon indicating copy to clipboard operation
jet-client-support copied to clipboard

XDebug Toggle

Open marshallthornton opened this issue 1 year ago • 2 comments

Is your feature request related to a problem?

No

Describe the solution you'd like

An option that could be enabled in the plugin settings to add a toggle for sending the XDebug header on requests. Other REST clients tend to support this via plugins or settings so it would be nice if Jet Client did as well.

Additional context

Functionality-wise, it would just need to add a XDEBUG_SESSION cookie to the request it sends. The value for this cookie could also be something set inside the plugin settings so that it could be customized for each project if needed.

Having the toggle itself be a button or checkbox near the Send button to enable/disable including this cookie would make life a lot easier when working with PHP APIs.

marshallthornton avatar Aug 23 '23 17:08 marshallthornton