Opened 16 years ago
Closed 16 years ago
#8780 closed defect (bug) (fixed)
Give some context to the 'http_request_args' filter
Reported by: | DD32 | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | HTTP API | Keywords: | has-patch |
Focuses: | Cc: |
Description
The http_request_args filter currently doesnt contain any way to tell a request apart from any others, It would be helpful to pass the URL along to the filter. See attached patch.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [10294]) Pass the URL to the 'http_request_args' filter, props DD32, fixes #8780