Azure / Azure/Azure-DataFactory

[ADF web activity] Body is visible in GET request while it is not being sent

Open
#367 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
529
Forks
623
PR merge metrics
No merged PRs in 30d

Description

Hello,
This is minor thing but may lead to confusions while debugging.
It seems that even if body of the sent GET web activity request is being shown in activity input it is not actually being sent.
Sample screens below.
That situation is misleading while debugging pipeline/activity as it ensures that body was sent.
*Note: I know that 'Body' parameter is not even presented when GET method is chosen (that is why I marked bug as minor). Nevertheless it will be shown in input if You firstly add anything to Body parameter on for example POST request and then change it back to GET.

Excepted behavior: Body is not included in input for GET request.

1. ADF Web activity request:
![image](https://user-images.githubusercontent.com/46450234/157836897-231bef99-7a00-4ae5-b598-c2f58e2f97cb.png)

2. What was received:
![image](https://user-images.githubusercontent.com/46450234/157837167-03d61ed3-13b1-4ad8-ad58-4b31f3eea3d1.png)

3. For example same request sent from Postman:
![image](https://user-images.githubusercontent.com/46450234/157839064-05b30f55-1d71-48ca-9ea7-b93074fd1a83.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.