History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3103
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Martin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Getting API version via REST should be accessible without authorization

Created: 21/Dec/17 10:51 AM   Updated: 13/Jan/18 03:01 AM
Component/s: None
Affects Version/s: 7.0.28
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Based on the documentation (https://wiki.pmease.com/display/QB70/Get+API+Version) accessing the version via REST should be available for all users.

> No any authentication is required for this service.

Unfortunately this is not true. Sending a curl request answers with HTTP 401 (Unauthorized)


 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [21/Dec/17 11:27 PM]
You should enable anonymous access by creating an anonymous group. Otherwise, any access without authentication will be rejected.