So, in an attempt to completely bypass an advertisers landing page I would like to make my own form to mimic theirs and just submit it to the same URL they theirs submits too...
This all sounds well and good but I Have a few questions....
1. The page seems to generate these items from the URL or posts them to the URL and outputs into the page....
<div xmlns="http://www.w3.org/1999/xhtml" style="display:none;">
sessionId =
k = ky5drkq8kn
p = XXX(My affiliate ID)
d = default
a = default
s = f2c7e7fdc100a65e95da66a198c931b7
dtc =
r =
</div>
Im not sure what to make of these, if I load the page from the URL without my affiliate id or anyhting on the end, ALL of those fields are blank... Are they some randomly generated hashes that I can recreate?
2. The form action look slike this: https://xxx.xxx.xxx/submitAction.do;jsessionid=crATpB-_CWPedW3zal
Can I recreate the jsessionid like they have theres? I havent seen a pattern, just alot of random shit with dashes and crap....
3. Theres also this attribute in the form tag that ive never seen before
location="getAttribute($request, 'form')
Any ideas what the hell this is? Ive looked through documentation and havent found a valid attribute for <form> called locaton...
This all sounds well and good but I Have a few questions....
1. The page seems to generate these items from the URL or posts them to the URL and outputs into the page....
<div xmlns="http://www.w3.org/1999/xhtml" style="display:none;">
sessionId =
k = ky5drkq8kn
p = XXX(My affiliate ID)
d = default
a = default
s = f2c7e7fdc100a65e95da66a198c931b7
dtc =
r =
</div>
Im not sure what to make of these, if I load the page from the URL without my affiliate id or anyhting on the end, ALL of those fields are blank... Are they some randomly generated hashes that I can recreate?
2. The form action look slike this: https://xxx.xxx.xxx/submitAction.do;jsessionid=crATpB-_CWPedW3zal
Can I recreate the jsessionid like they have theres? I havent seen a pattern, just alot of random shit with dashes and crap....
3. Theres also this attribute in the form tag that ive never seen before
location="getAttribute($request, 'form')
Any ideas what the hell this is? Ive looked through documentation and havent found a valid attribute for <form> called locaton...