Problem Description
While generating the authentication token, the process fails with the following error:
Error: Origin or Referer not trusted.
Cause
The issue is caused by an extra dot (.) at the end of the URL https://developer.druva.com.
Traceback
HAR Logs:
[2024-12-12 11:37:50,065] [432] [ERROR] [v3] correlationid=0:0:0 RESTServer: validate_origin_or_referrer: amazon_trace_id=Self=1-675acb0e-4750c04a6fd43def567af457;Root=1-675acb0e-391401d232965f6f69d01a63: From https://developer.druva.com. Origin domain druva.com. does not match Host druva.com or any of trusted domains: 2024-12-12 11:37:50,065
Resolution
Ensure that the URL is entered correctly without an extra dot at the end:
Correct URL: https://developer.druva.com
By removing the extra dot, the Origin and Host values will match correctly, allowing the authentication token generation process to succeed.