I realized the question is not complete.
The initial url scraped is "https://www.boerse-frankfurt.de/bond/at0000a1xml2-oesterreich-republik-2-1-17-17".
When I go to Network > XHR > master_data_bond?isin=AT0000A1XML2
I have all the information on the API request.
I expect the following to be at the source of the problem:
x-content-type-options: nosniff
x-frame-options: DENY
x-xss-protection: 1; mode=block
As I see the response from the request on google chrome console, I expect to be able to get around it.
Any idea how would be greatly appreciated.
Tks,
Maxime