• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

ddidownloader connection method

Kazbaeden

New member
I'm looking over the source for ddidownloader, and I'm having trouble understanding what the requirements are to log in and view a compendium entry.

I'm sending an http request to url http://wizards.com/global/dnd_login.asp, with my e-mail and password as POST data. I'm getting back the following:

Code:
Response object error 'ASP 0158 : 80004005' 

Missing URL 

/global/dnd_login.asp, line 78 

A URL is required.

I'm guessing I need to tell it where to go after the login, but how? Is this also post data? I'd like to direct it to a compendium entry like "http://www.wizards.com/dndinsider/compendium/login.aspx?page=item&id=2845"

Thanks for any help.
 
Back
Top