Discussions

Ask a Question
Back to All

2 HTTP GET requests in parallel

Hi,
I have sorted out to get a GeoLocation from a Thing. With that information (Lat/Long) I would like to get the City name as well as the exact local time at the place.
I tried to achieve this with 2 HTTP Get requests in parallel.
Unfortunately I cannot do that as the 2 HTTP Get requests seem to share their Query Values. When I change them at one request, they are also changed at the other request.
Is that normal?
I would appreciate if somebody could have a look at it.
Thanks