I’m trying to understand why this HTTP request works fine on Postman but it’s not working on n8n.
I’ve been using n8n for several months and thats the only endpoint which doesn’t work
This token is obviously wrong but it’s fine since it does return Code 200, as expected
n8n
September 18, 2024, 2:52pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Jim_Le
September 19, 2024, 9:19am
4
In the HTTP request node, turn off “lowercase headers” option.
2 Likes
BramKn
September 19, 2024, 9:26am
5
Thanks @Jim_Le
I was having lots of troubles with the lowercasing of headers, as a sh*t API was requiring uppercase headers for some dumb reason.
Didn’t know this option was added, now I just hope it wasn’t already added when I was wasting a lot of my time with these headers
3 Likes
Thank you guys, it worked. Didn’t know about it and yes, it is dumb haha.
1 Like
system
Closed
September 26, 2024, 11:22am
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.