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
fix(jade): match Python jadepy PIN server behavior exactly
- Use first non-onion URL instead of trying all URLs as fallbacks
- Remove Accept header (Python doesn't set it)
- Use accept parameter only to determine JSON vs form encoding
- Send JSON when accept is "json" or "application/json"
- Send form data otherwise, matching Python requests.post(url, data)
- Add support for GET method (though only POST is used in practice)
This matches the Python jadepy _http_request() function behavior exactly
and should resolve handshake compatibility issues.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments