So you're saying that once you've submitted your username and password to the server, it will respond with an HTTP 3xx redirect, and you'd like to know what that URL is? Sure, you should be able to get node to do that. I'd start with the http client object:
http://nodejs.org/api/http.html There may also be npm modules to help you do this more easily. On May 24, 2014, at 11:43 PM, sanjib bisoyi <[email protected]> wrote: > i dont want see the account summary page in web browser ,i want to see the > response url for account summary page. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/ABC1A7C6-D42D-482D-ACFA-2747F060DAC9%40ryandesign.com. For more options, visit https://groups.google.com/d/optout.
