ferrero-opentext/Python-Version/scripts
DJP a6b4d8634b Fix DAM OAuth - Add headers and disable SSL verification
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
2025-10-30 17:12:32 -04:00
..
shared Fix DAM OAuth - Add headers and disable SSL verification 2025-10-30 17:12:32 -04:00
a1_to_a2_download.py Change A1→A2 script to single-run mode (process one campaign and exit) 2025-10-30 17:01:45 -04:00
a2_to_a3_upload.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
test_connection.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00