401 While Accessing Web Script Using Ticket in the URL

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 11:18 AM
401 While Accessing Web Script Using Ticket
I have a web script in Alfresco, While accessing using the ticket as query parameter from Jboss I am getting the 401 Message.
Am i missing something, Any help is appreciated. Thanks in Advance
the url is below
URL :http://localhost:8080/alfresco/service/topic/Regions?ticket=TICKET_635c608092b1f09068355c2ee449ca415...
I have a web script in Alfresco, While accessing using the ticket as query parameter from Jboss I am getting the 401 Message.
Am i missing something, Any help is appreciated. Thanks in Advance
the url is below
URL :http://localhost:8080/alfresco/service/topic/Regions?ticket=TICKET_635c608092b1f09068355c2ee449ca415...
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 05:24 AM
By default, Web Scripts are setup to use Basic Http Authentication - so, the recommendation is to place the ticket in the authorization header. Otherwise you can use the url argument alf_ticket, but there's no guarantee the ticket will be used in subsequent urls generated by the web script.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 09:19 AM
David, Thanks a lot for your response.
