Add support for Form enctype attribute and Button formenctype attribute
Open
@karthikuj is already working on this.
Since Jul 11, 2023.
add-on
enhancement
in:spider
Usability
- Dominant language
- Java
- Stars
- 15.8k
- Forks
- 2.6k
- Avg merge
- 13h 16m
- Merged PRs (30d)
- 17
Description
Is your feature request related to a problem? Please describe.
Related to https://github.com/zaproxy/zaproxy/issues/7154.
We have added support for formmethod attributes in form buttons there, but we are missing the support of the enctype attributes in form.
Describe the solution you'd like
Encode correctly the data in forms before send it to the server to increase the compatibility with backends expecting form data in a specific format, regardless if the encoding is specified in forms or in the associated submit buttons
Describe alternatives you've considered
None. This implementation will make us closer to the specification
Screenshots
No response
Additional context
No response
Would you like to help fix this issue?
- Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.