🔧 eBay OAuth Redirect URL Test
📋 Current Configuration
Client ID: Leebarth-listings-PRD-a07736cc6-8e372b00
Redirect URI: https://optimusuk.co.uk/html/ebay/auth_user.php
🌐 Redirect URI Accessibility Test
❌ Redirect URI returned HTTP 404
This might cause issues with the OAuth flow.
🔗 Generated Authorization URL
This is the URL that will be used for the OAuth flow:
https://auth.ebay.com/oauth2/authorize?client_id=Leebarth-listings-PRD-a07736cc6-8e372b00&redirect_uri=https%3A%2F%2Foptimusuk.co.uk%2Fhtml%2Febay%2Fauth_user.php&response_type=code&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.inventory+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.account+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.fulfillment+https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fsell.fulfillment.readonly&prompt=login
⚠️ Important Notes
- Make sure your eBay application in the eBay Developer Portal has the redirect URI configured as:
https://optimusuk.co.uk/html/ebay/auth_user.php
- If the redirect URI doesn't match exactly, the OAuth flow will fail
- You can update the redirect URI in your eBay application settings if needed