View Single Post
Old 11-20-2010, 07:52 AM   #4
miurahr
Junior Member
miurahr began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2010
Device: Kindle2(i)
Each page of each article asking for authentication through POST method but it is generated automatically by site as auto submit hidden form.

if i have session with login information, the site send me as

Quote:
<body onload="document.autoPostForm.submit()" >
<form action="https://id.nikkei.com/lounge/ep/authonly" method="post" name="autoPostForm">
<input type="hidden" name="rpid" value="DS"/>
<input type="hidden" name="pxep" value="https://regist.nikkei.com/ds/etc/accounts/auth?url=http%3A%2F%2Fwww.nikkei.com%2Fnews%2Fcate gory%2Farticle%2Fg%3D96958A9C93819594E2EAE2E79C8DE 2E4E3E3E0E2E3E29F9FE2E2E2E2%3Bat%3DDGXZZO019516500 8122009000000"/>
<input type="hidden" name="rtur" value=""/>
<input type="hidden" name="clg" value="715319105982499111506319898"/>
<input type="hidden" name="dps" value="3"/>
<input type="hidden" name="xp0" value=""/>
<input type="submit"/>
</form>
It makes regular browser refresh each pages as full-length article by submitting hidden form.

It is well without login, because the site send me just teaser.
miurahr is offline   Reply With Quote