Created
July 1, 2025 03:30
-
-
Save jalotra/d68be320e1b6dee2a51105622f74db21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location 'https://scr.sci.gov.in/scrsearch/?p=pdf_search%2Fopenpdfcaptcha' \ | |
--header 'Accept: application/json, text/javascript, */*; q=0.01' \ | |
--header 'Accept-Language: en-IN,en-GB;q=0.9,en-US;q=0.8,en;q=0.7' \ | |
--header 'Connection: keep-alive' \ | |
--header 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \ | |
--header 'DNT: 1' \ | |
--header 'Origin: https://scr.sci.gov.in' \ | |
--header 'Referer: https://scr.sci.gov.in/' \ | |
--header 'Sec-Fetch-Dest: empty' \ | |
--header 'Sec-Fetch-Mode: cors' \ | |
--header 'Sec-Fetch-Site: same-origin' \ | |
--header 'User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36' \ | |
--header 'X-Requested-With: XMLHttpRequest' \ | |
--header 'sec-ch-ua: "Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138"' \ | |
--header 'sec-ch-ua-mobile: ?1' \ | |
--header 'sec-ch-ua-platform: "Android"' \ | |
--header 'Cookie: SCR_SESSID=mrn94cuvvh81l3tm47jcpprcgg; JSESSION=4874585' \ | |
--data 'val=0&lang_flg=undefined&path=2025_6_569_581&citation_year=2025&fcourt_type=3&nc_display=&ajax_req=true&app_token=' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment