Import from WEB not recognizing JSON or XML

Hi,
I am running this Api with no issues in POSTMAN, but in EasyMorph I get the following error:

image

API
https://eprel.ec.europa.eu/api/products/electronicdisplays/363434/

Anyone knows what’s going on? Thank you.

Add a ‘User-Agent’ header to pretend like it’s a request made from a browser. It seems Postman adds it by default.

UPDATE
Actually, any User-Agent works. Even “EasyMorph/4.0” works too.

1 Like

Perfect, thank you very much.