views:

25

answers:

0

Hi there.

I need to pass the user name and password in the URL for a REST web services call.

I know that if I pass it this way in Firefox, it works:

https://{UserName}:{Password}@api.opsourcecloud.net/oec/0.9/myaccount

Is there a proper way to pass user name and password aside from the above example?

It's a Spring Security Context?

related questions