Match PHP OAuth implementation:
- Added explicit Content-Type: application/x-www-form-urlencoded
- Added Accept: application/json header
- Disabled SSL verification (verify=False) like PHP CURLOPT_SSL_VERIFYPEER
- Suppress SSL warnings with urllib3.disable_warnings()
This should fix the HTTP 401 client_auth_failed error.
🤖 Generated with Claude Code
|
||
|---|---|---|
| .. | ||
| shared | ||
| a1_to_a2_download.py | ||
| a2_to_a3_upload.py | ||
| test_connection.py | ||