Skip to content

Commit 7cb3596

Browse files
authored
Update table
1 parent 33cf9fa commit 7cb3596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HTTP Parameter Pollution/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ When ?par1=a&par1=b
3737
| Nodejs |All occurrences |a,b |
3838
| Golang net/http - `r.URL.Query().Get("param")` |First occurrence |a |
3939
| Golang net/http - `r.URL.Query()["param"]` |All occurrences |a,b |
40+
| IBM Lotus Domino |First occurrence |a |
41+
| IBM HTTP Server |First occurrence |a |
42+
| Perl CGI/Apache |First occurrence |a |
43+
| mod_wsgi (Python)/Apache |First occurrence |a |
4044
| Python/Zope |All occurences in array |['a','b'] |
4145

4246
## References

0 commit comments

Comments
 (0)