HTTP node : missing tags in response :(

Hi Everyone,

I run a http node in n8n but I don’t get the same response as with Postman. All the tags with @ or : are not shown in n8n

In postman

In n8n

Any idea ?

Thanks for your help

Julien

Hello @chaintilly welcome to the community!


From the screenshot, I noticed you’re using Hydra.

I think you’ll need to add the following header:
Accept: application/ld+json


If this solves your problem, kindly mark the reply as the solution :white_check_mark::pray:t2:

1 Like

Wow, I don’t even know what hydra is :slight_smile:

It’s better but my response is not interpreted as a usual object in n8n

Any more clever idea :slight_smile:

Thx

@chaintilly Haha, I felt the same! :smiley:

Can you now try setting the response format to JSON in your HTTP Request node?

1 Like

Oh yeah, it works

Thank’a a LOT

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.