thanks for the help. This seems to be correct, can you please help out on one other problem within the webtools application i ran below query to fetch data from rapidapi : | curl method=GET user=<splunk_username>pass=<splunk_password> headerfield= { 'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com", 'x-rapidapi-key': "<apikey-from-rapidapi>" } data={"q":"London,uk","lat":"0","lon":"0","callback":"test","id":"2172797","lang":"null","units":"imperial","mode":"json"} uri="https://community-open-weather-map.p.rapidapi.com/weather" I am getting below results (pfa screenshot)
... View more