Re: GET Request with Query String
Alex Rousskov <[email protected]> Fri, 12 Jul 2013 20:53:38 -0600 (MDT)
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 12 Jul 2013, Dmitry Kurochkin wrote: > unjc email <[email protected]> writes: >> >> Does Webpolygraph support GET request with query-string, something like >> "/w1b7ec234.08157e44:00000008/t03/_0000002b.jpg?name=abc"? > You can use foreign traces to produce URLs with queries. Please see > Trace replay user manual at [1] for details. > [1] http://www.web-polygraph.org/docs/userman/replay.html Also, if you want query strings in Polygraph-generated URLs, I suspect it is possible to add them (or any other custom URL suffix) using PGL Content::mime field and its "extensions" feature: http://www.web-polygraph.org/docs/reference/pgl/types.html#type:docs/reference/pgl/types/Mime In the following example, the feature is used to add ".html" and ".htm" suffixes, but you can also add ".jpg?foo=bar" or a similar suffix: http://www.web-polygraph.org/docs/reference/models/traffic.html#_p_37 I have not tested that trick, but if it does not work, then it is a bug that we should fix. HTH, Alex. _______________________________________________ Users mailing list Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] http://www.web-polygraph.org/mailman/listinfo/users