Http request no data

Hello:

When I insert in the browser the following address: https://www.pap.hacienda.gob.es/bdnstrans/busqueda?type=convs&_search=false&nd=1623776853933&rows=50&page=1&sidx=0&sord=desc

I get back a valid json

When I make http_request ==> get https://www.pap.hacienda.gob.es/bdnstrans/busqueda?type=convs&_search=false&nd=1623776853933&rows=50&page=1&sidx=0&sord=desc

it returns:

[
{
“rows”: null,
“page”: 0,
“total”: 0,
“records”: 0,
“infs”: false
}
]

what am I doing wrong?

You are probably logged in with your browser. You can test again with your browser in incognito mode, there you will probably get the same result.

Btw. both are valid JSON but the second one is probably not what you expect.

Yes, you were right
Thank`s :innocent: