| << Back to previous view |
[QB-3527] Abnormal status code
|
|
| Status: | Closed |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 8.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | gubeomJeong | Assigned To: | Robin Shen |
| Resolution: | Won't Fix | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
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. |
| Comments |
| Comment by 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. |