Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CGDSA website resolves to wrong patient #5

Open
alisman opened this issue Jun 14, 2021 · 0 comments
Open

CGDSA website resolves to wrong patient #5

alisman opened this issue Jun 14, 2021 · 0 comments

Comments

@alisman
Copy link

alisman commented Jun 14, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant