Skip to content

Commit 7b7849c

Browse files
committed
Updated per feedback
1 parent 61403a1 commit 7b7849c

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

articles/connectors/connectors-native-http.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ To call an endpoint from anywhere else in your workflow, [add the HTTP action](#
2323
> version possible. So, for example, if the endpoint supports 1.2, the connector uses 1.2 first.
2424
> Otherwise, the connector uses the next highest supported version.
2525
>
26-
> If the HTTP trigger or action sends a `GET` request or a request that doesn't have a request body,
27-
> Logic Apps removes any `Content-*` headers from these requests without warning or error. Logic Apps
28-
> also won't stop you from saving logic apps where an HTTP trigger or action sends `GET` requests that
29-
> have these headers, which are ignored, or requests that don't have request bodies. This behavior
30-
> doesn't happen to any other requests, such as `PUT` and `POST`, that have `Content-*` headers.
26+
> If the HTTP trigger or action sends a `GET` request or doesn't have a request body, Logic Apps
27+
> removes any `Content-*` headers from the request without warning or error. Although Logic Apps
28+
> won't stop you from saving logic apps where an HTTP trigger or action is set up this way,
29+
> any `Content-*` headers are ignored. This behavior doesn't happen to any other requests,
30+
> such as `PUT` and `POST`, that have request bodies and `Content-*` headers.
3131
3232
This article shows how to add an HTTP trigger or action to your logic app's workflow.
3333

articles/connectors/connectors-native-reqres.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,10 @@ You can use the Response action to respond with a payload (data) to an incoming
200200
Your logic app keeps the incoming request open only for one minute. Assuming that your logic app workflow includes a Response action, if the logic app doesn't return a response after this time passes, your logic app returns a `504 GATEWAY TIMEOUT` to the caller. Otherwise, if your logic app doesn't include a Response action, your logic app immediately returns a `202 ACCEPTED` response to the caller.
201201

202202
> [!NOTE]
203-
> If the Response action sends a `GET` request or a request that doesn't have a request body,
204-
> Logic Apps removes most `Content-*` headers from these requests without warning or error.
205-
> This behavior doesn't happen to the headers `Content-Type`, `Content-Encoding`, and `Content-Disposition`.
206-
> Logic Apps also won't stop you from saving logic apps where a Response action sends `GET` requests that
207-
> have the unsupported `Content-*` headers, which are ignored, or requests that don't have request bodies.
208-
> This behavior doesn't happen to any other requests, such as `PUT` and `POST`, that have `Content-*` headers.
203+
> If the Response action doesn't have a response body, Logic Apps removes any `Content-*` headers
204+
> that aren't `Content-Type`, `Content-Encoding`, or `Content-Disposition` without warning or error.
205+
> Although Logic Apps also won't stop you from saving logic apps where the Response action is set up
206+
> in this way, non-exempt `Content-*` headers are ignored.
209207

210208
1. In the Logic App Designer, under the step where you want to add a Response action, select **New step**.
211209

0 commit comments

Comments
 (0)