Developer Forum »
Odata authentication
15 posts

When you've added odata in Settings, how do you get access for a specific group? In my example there's a group with only a single user.

I always get the error 401 with unauthorized access, and I can't find any querystrings I can use that will solve the problem. I've tried using base64 for decoding the password aswell

Attachments
120 posts

If you activate the "require autentication" option, you must specify username and password in the URL in this format:

[odata URL] / [username] / [password] / [ odata query ]

example:

http://www.webnodes.com/odata/admin/mypass/

You may also restrict access through IP settings in IIS.

15 posts

Thanks! That solved it! :)

1