Closed famictech2000 closed 4 years ago
It is not pulling any information from a json file.
How does it get the information then?
Can I ask how you determined the url specifically how did you know appReceiptNum was the variable to pass?
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.
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?!
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.
Are you pulling the information from a json file?
If so, can you confirm the url for that json feed?