how to login to alfresco using postman by passing username and password in Authentication ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2016 09:02 AM
I want to send a request from postman (http://localhost:8080/share/proxy/alfresco/slingshot/node/workspace/SpacesStore/729bc80f-f61b-4bb3-b...). How to pass the username and password ?
I have used username & password in basic authentication, still I am getting 401 error code
I have used username & password in basic authentication, still I am getting 401 error code
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2016 07:25 PM
If you want to hit Share you're going to need a session as identified by JSESSIONID.
Take a look at this <a href="http://www.ixxus.com/blog201203creating-alfresco-share-sites-javascript/">blog post</a>.
Jeff
Take a look at this <a href="http://www.ixxus.com/blog201203creating-alfresco-share-sites-javascript/">blog post</a>.
Jeff
