Getting stock options data from nseindia - Stack Overflow Hi I am trying to get stock options data from nseindia My code runs once and then gives: quot;JSONDecodeError: Expecting value: line 1 column 1 (char 0) quot; It runs perfectly if I try to get
HTTPS NSE data request in VBA how to get all cookie values Adapting the solution found here: This works for me with url of https: www stackoverflow com: Sub test() Dim url As String url = "https: www stackoverflow com" Dim winHttpReq As Object Set winHttpReq = CreateObject("WinHttp WinHttpRequest 5 1") 'Ignoriere SSL-Errors winHttpReq Option(4) = H3300 winHttpReq Open "GET", url, False winHttpReq Send ("") Debug Print winHttpReq
How to set Access-Control-Allow-Origin with js - Stack Overflow Stack Overflow for Teams Where developers technologists share private knowledge with coworkers; Advertising Talent Reach devs technologists worldwide about your product, service or employer brand