Code Monkey home page Code Monkey logo

Comments (4)

Joffcom avatar Joffcom commented on May 28, 2024

Hey @igortsev,

Can you provide a workflow that reproduces this? I have generated a 230 character string sent it as a header to webhook.site and I can see the value is there and not edited.

I have also sent the same value as as a GET request to httpbin.org/headers which returns the headers and I can see it is set there as well.

from n8n.

igortsev avatar igortsev commented on May 28, 2024

As example https://dev.vk.com/en/api/market/overview that API require header authorization via access_token. Access token should be send Autorization: Bearer access_token . I made POST/GET request via Postman and request was success with token. I made the same with N8N.

What i did ?

  1. Select Authentication -> Generic Auth Type -> Header Auth
  2. Setup credentials -> Name Autorization and value Bearer access_token
  3. Got error -> User authorization failed: no access_token passed
  4. Console log display HttpRequest object where header Autorization exist with value : hidden

I did the same but without Select Authentication -> Generic Auth Type -> Header Auth and just manual enable "Send headers"

  • KEY Autorization
  • Value Bearer access_token
    and its works fine.

The same time i got another issue with HttpRequest, i just try to get XML file with data via GET request. Postman was success, one more N8N instalation was success too, nut my own via Docker just hold and not provide any response. I used culr via SSH and was success with few seconds to get it.

from n8n.

igortsev avatar igortsev commented on May 28, 2024

Looks like on 1.37.3 fixed. Let me test few days

from n8n.

Joffcom avatar Joffcom commented on May 28, 2024

Hey @igortsev,

Sounds good, If it looks to be fixed in 1.37.3 we can close this and open it again if it comes back.

from n8n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.