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

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

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

Abnormal status code

Created: 31/Mar/20 02:20 AM   Updated: 20/Feb/21 06:44 AM
Component/s: None
Affects Version/s: 8.0.0
Fix Version/s: None

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


 Description  « Hide
200 status code is returned for non-existent builds.
curl -v https://android.qb.sec.samsung.net/build/{build_id}

Returns the 200 status value even if login fails.
curl "https://android.qb.sec.samsung.net/build/signin?1-1.IFormSubmitListener-form" --data "xxx" -c cookie.txt

Please check.
Thank you.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [31/Mar/20 11:22 PM]
1. The restful url should be https://android.qb.sec.samsung.net/builds/{build_id} instead of https://android.qb.sec.samsung.net/build/{build_id}
2. Please do not access the sign form via restful url, that is not intended for that usage. You may supply login via curl for instance: curl -u admin:admin ...
3. Even with incorrect url, curl will report 500 error on QB9/10. Please verify. We no longer maintain QB8.