How GWT RequestBuider object generate Authorization header ? Does it use user and password ? or it doesn’t generate and I’ve to calculate it? if so, how can I calculate basic authorization ?
How GWT RequestBuider object generate Authorization header ? Does it use user and password
Share
‘Authorization’ header must be set. The server uses the username, and password only if it prompts authorization.