Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have been using Wget to pull the warranty information from my website using the following command.

wget -q -O getinfo.tmp "http://www-307.ibm.com/pc/support/site.wss/warrantyLookup.do?type=$TYPE&serial=$SERIAL&country=897&iws=off"

Now IBM has changed the URL and provided with the dynamic session ID

The new URL, http://www-947.ibm.com/support/entry/portal/wlup stopped working some time ago when IBM changed the site to use dynamic session IDs. I would love to be able to do this again, so if you know someone that can tell me how to do it, I would be extremely grateful.

You can use your machine type and serial to get the information or I can provide the sample data. Thank you very much for all your support and knowledge.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.