Howdy!

This is probably not a PERL question, but my problem right now is I don't know what I don't know...

I'm trying to automate submission of a web page that updates data based on which check marks you tick, and each entry will be a little different based on the number of items that come up each time.

I used HTTP::Recorder to capture one of these pages after clicking the save button which was:

GET /tree/16449623/hints?pid=20442759375&hf=Mtree&pn=1&hs=recent&msg=n +tm&msgParams=7%7c15%7c22%7cUGhlYmUgQUxMWU5FfFJvYmVydCBISUNLUw2&mpid=2 +0442759375&nec=2 HTTP/1.1

I have scoured the page source looking for how that msgParams field was built and can't correlate what I see with the output captured. Even doing a search in the source for 'msgParams' came up empty.

So my first question is, have I provided enough data here to go on? Would providing the HTML source from one of the checkboxes help?

Next, how can I begin to decipher that block?

Thank you!


In reply to Deciphering POST response recorded by HTTP::Recorder by jclh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.