Forum Discussion
AutUser
16 years agoOccasional Contributor
Hello,
When using the url command in groovy to get the content of a web page
for which a username and password is required,
noticed that I need to pass credentials somehow in here
url = new URL("http://user:pwd@server.domain.com:3000/v1/carids/38155/components/1/")
I have the same problem with HTTPTestRequest,
If anyone can provide me with a hint on how to solve this problem, I'd really appreciate it
thanks in advance
When using the url command in groovy to get the content of a web page
for which a username and password is required,
noticed that I need to pass credentials somehow in here
url = new URL("http://user:pwd@server.domain.com:3000/v1/carids/38155/components/1/")
I have the same problem with HTTPTestRequest,
If anyone can provide me with a hint on how to solve this problem, I'd really appreciate it
thanks in advance
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 15 years ago