如果我想访问受密码保护的URL。如何在REST客户端中添加身份验证信息。即如何为请求添加用户名,密码。
应该是
url?username=aasas&password=saas
答案 0 :(得分:0)
将信息放在HTTP“授权”标题中并使用“基本”授权。 RFC在这里:http://tools.ietf.org/html/rfc2617。 SO上有一堆类似的问题:https://stackoverflow.com/questions/tagged/http-basic-authentication。维基百科有一个简短的介绍:http://en.wikipedia.org/wiki/Basic_access_authentication