Hi all,
I can't find why the response from the following GET() request is empty while I can properly see it on google chrome (> network > Response)?
''''
library(httr)
library(jsonlite)
url <- "https://api.boerse-frankfurt.de/v1/data/master_data_bond?isin=AT0000A1XML2"
data <- GET(url)
data_content <- fromJSON(rawToChar(data$content))
''''
Hope you will be able to shed some light on this issue as I have been looking for hours,
Regards,
Maxime