10-03-2024 02:13 PM
RuName (eBay Redirect URL name) Not allowing localhost as "auth accepted URL1"
what is best way to set redirect url
10-08-2024 11:53 AM
Hi @web-3938,
Auth Accepted URL is used to redirect the user to this URL if the user grants your application the permissions it needs to act upon their behalf.
This URL must support SSL and must use the HTTPS protocol. If your application is capable of serving web pages, you should provide your own web page and set this URL. If your application cannot serve web pages, this URL defaults to a standard eBay accept-response page (the eBay page and URL are subject to change by eBay).
10-11-2024 02:25 PM
Does that mean https://localhost:7127/ebay/callback is a valid redirect url? If so, can you help me understand why the "Save" button remains greyed out when using localhost URLs for the "Your auth accepted URL" and "Your auth declined URL" values?
02-10-2025 05:40 PM
I'm trying to figure this out too, it would be nice if the dev team could give an answer. Localhost is the server name when doing development, what are we supposed to put in the redirect URL while we are doing development?