ashenchowthee / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Define URL path elements as 'non structural' #1576

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We can define URL parameters as 'structural' meaning that they are really part 
of the structure of an application rather than data.
eg urls like 
* http://www.example.com/app/page=index.html
* http://www.example.com/app/page=search.html

We should be able to do the converse - define path elements that are really 
data,
eg urls like 
* http://www.example.com/app/fred/profile.html
* http://www.example.com/app/mary/profile.html

Original issue reported on code.google.com by psii...@gmail.com on 23 Mar 2015 at 10:37

GoogleCodeExporter commented 9 years ago
ZAP has been migrated to github

This issue will be on github issues with the same ID: 
https://github.com/zaproxy/zaproxy/issues

Original comment by psii...@gmail.com on 5 Jun 2015 at 9:18