Scenario: When we send request from Postman, sometimes it will show error as “Invalid Login attempt”. Solution: Login to the Postman. Under the Authorization tab, make sure that the account id is properly added.
Tag: RESTLET authentication
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
Token-Based Authentication
Essential part of the process of Token-based Authentication is the generation of OAUTH_signature.