Logic Apps HTTP request actions omit headers without warning #689
ViggoL
started this conversation in
Feature Ideas/Requests
Replies: 1 comment
-
I moved this under discussion since this is more of change request. The current need for removing some of the headers come from the fact that Logic Apps provides several abstractions on top of basic Http. For example, you can specify how authenticate with the remote service without really having to populate auth headers and that requires us not allowing users to set the authorization header. is there any particular header that you need be able to use? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Bug
Although this issue is described (far down) in the documentation, it's not acceptable for an HTTP action to simply omit headers, without warnings, before making a request. The headers omitted by default are also important ones that are expected to be included.
Either don't omit these headers, or inform the user in the designer somehow. We spent multiple hours debugging this before coming to the conclusion that the workflow does not behave as defined.
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Workflow JSON
No response
Screenshots or Videos
No response
Additional context
No response
AB#16556949
Beta Was this translation helpful? Give feedback.
All reactions