gentlespoon / USCIS-Case-Status-Checker

A tool for tracking USCIS case status.
MIT License
28 stars 16 forks source link

Can you confirm the json url #8

Closed famictech2000 closed 4 years ago

famictech2000 commented 5 years ago

Are you pulling the information from a json file?

If so, can you confirm the url for that json feed?

gentlespoon commented 4 years ago

It is not pulling any information from a json file.

famictech2000 commented 4 years ago

How does it get the information then?

gentlespoon commented 4 years ago

https://egov.uscis.gov/casestatus/mycasestatus.do?appReceiptNum=

famictech2000 commented 4 years ago

Can I ask how you determined the url specifically how did you know appReceiptNum was the variable to pass?

gentlespoon commented 4 years ago

Open the browser console and switch to network tab. Check a few receipt number, observe the URL it requests, and you will find the variable part easily.

famictech2000 commented 4 years ago

I am trying to do the same for this https://egov.uscis.gov/cris/processingTimesDisplay.do . But what I see in the Network tab doesn't work?!

gentlespoon commented 4 years ago

If the URL is correct, check if you are using the correct request method (GET vs. POST) also check if you left any required parameter or header out.