Hi all,
I managed to get a successful we response from: https://data.3dbag.nl/cityjson/v210908_fd2cee53/3dbag_v210908_fd2cee53_6567.json using the Get request of swiftlet Swiftlet | Food4Rhino. The data returned should be a JSON format. However it looks like the data is compressed. As far as I could find out it is compressed in gzip format and it first has to be DEFLATED in order to get usable json text. As a newbe to web services I do not know how to accomplish this. I found this page: GH_Compression Class but if someone has an example how this could be done it would help me a lot.
deflate_gzip.gh (8.5 KB)