Resolve Error: “Invalid Login Attempt” When Using Token-Based Authentication for Sandbox on Restlet

Issue: When trying to use Token-Based Authentication in Sandbox Environment, user receives an error “Invalid Login Attempt” Solution: A possible reason why the error is being received is that the Realm on the Authorization header was not declared properly. When using a Sandbox environment, the realm should be in uppercase. (e.g. 123456_SB1). Using lowercase will… Continue reading Resolve Error: “Invalid Login Attempt” When Using Token-Based Authentication for Sandbox on Restlet