Forum Discussion

Sachintholia's avatar
Sachintholia
Regular Visitor
5 years ago

DataSource.Error: The underlying connection was closed: An unexpected error occurred on a receive.

Hello 

https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY

 

The above api brings the data in browser , postman but when trying on Power Query it does not 

 

let

Source = Json.Document(Web.Contents("https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY"))

in

Source 

 

 

 

I tried with headers but could not resolve, Please help