Skip to content
Requests to the debug instance

Requests to the debug instance

Send requests to the debug instance

A debugger attached to a local container observes only requests handled by that container.

request -> http://127.0.0.1:<HOST_APP_PORT> -> local container -> breakpoint
request -> remote deployment                         -> no local breakpoint

The browser or interception proxy destination must point to the published local application port. Changing only the HTTP Host header does not necessarily change the network destination selected by the proxy.

Authentication state belongs to the application instance that created it. A session cookie from a remote deployment may fail against the local process when session storage, signing secrets, or application state differ.

Find by: local container, remote target, breakpoint not hit, proxy destination, host header, published port, session cookie, debug instance