Azure / Azure/Azure-DataFactory
[ADF web activity] Body is visible in GET request while it is not being sent
- 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:

2. What was received:

3. For example same request sent from Postman:

Contributor guide
Assessment
This issue has not been assessed yet.