We use the following api call to determine if there is are slides corresponding to a given caseID. For this caseid, it indicates in the positive. And yet, if you go to the url, you will be redirected to a different patient.
https://cancer.digitalslidearchive.org/#!/CDSA/lihc/TCGA-2V-A95S/TCGA-2V-A95S-01A-01-TS1?slide=TCGA-2V-A95S-01A-01-TS1.88A3BD39-B510-464C-861A-31D32EA198A8.svs
cUrl:
curl 'https://api.digitalslidearchive.org/api/v1/tcga/image?caseName=TCGA-G3-AAV3' \
-H 'Connection: keep-alive' \
-H 'sec-ch-ua: " Not;A Brand";v="99", "Google Chrome";v="91", "Chromium";v="91"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36' \
-H 'Accept: */*' \
-H 'Origin: https://www.cbioportal.org' \
-H 'Sec-Fetch-Site: cross-site' \
-H 'Sec-Fetch-Mode: cors' \
-H 'Sec-Fetch-Dest: empty' \
-H 'Referer: https://www.cbioportal.org/' \
-H 'Accept-Language: en-US,en;q=0.9' \
--compressed
We use the following api call to determine if there is are slides corresponding to a given caseID. For this caseid, it indicates in the positive. And yet, if you go to the url, you will be redirected to a different patient.
cUrl: