cancel
Showing results for 
Search instead for 
Did you mean: 

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

thirumal
Champ on-the-rise
Champ on-the-rise
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
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
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