You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on changes in 77c5848 both the client and server support JSON encoding the communication payload. It should be possible to take the payload and include it in an HTTP request/response. User auth and session management would have to be modified/written to deal with an HTTP transport, but it's doable.
The utility of this is questionable, but it would allow for a single EM-based web server to provide access to a Pry session even when it is behind a proxy, etc.,.
The text was updated successfully, but these errors were encountered:
Based on changes in 77c5848 both the client and server support JSON encoding the communication payload. It should be possible to take the payload and include it in an HTTP request/response. User auth and session management would have to be modified/written to deal with an HTTP transport, but it's doable.
The utility of this is questionable, but it would allow for a single EM-based web server to provide access to a Pry session even when it is behind a proxy, etc.,.
The text was updated successfully, but these errors were encountered: