Download secure web page

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Download secure web page

    [url]http://www.aspfaq.com/show.asp?id=2257[/url]


    Mr. Spellman Guest

  2. Similar Questions and Discussions

    1. Secure Area Download
      Hi i have this site http://www.aprocre.org.ve you can see in the right top corner a login. Thats login is only for the members that can (when they...
    2. Secure FTP File download + c#
      Hi I need the ability to download a file from a secure ftp sight using c#. Has anybody got free code or at least point me in the right direction....
    3. whats the best way to mix secure and non secure data on a page?
      i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and...
    4. secure form on a non-secure page -> how?
      Perhaps not PHP specific, but: Both http://www.bankofamerica.com/ and http://www.bankone.com/ have account login forms on their non-secure main...
    5. download from secure archive
      Hi Dani, PHP isn't really designed to interact with the filesystem in the same way that a proper htacess scheme would work. One alternative is to...
  3. #2

    Default Download secure web page

    I have used the "Microsoft.XMLHTTP" object to successfully download web
    pages from other sites.

    However, I need to download a page from a secure page. Can anyone point
    me to sample code for that? I need to "post" data to a form on that
    page, so any sample code for that would also be helpful.

    --Dave
    Dave Navarro Guest

  4. #3

    Default Download secure web page

    I have used the "Microsoft.XMLHTTP" object to successfully download web
    pages from other sites.

    However, I need to download a page from a secure page. Can anyone point
    me to sample code for that? I need to "post" data to a form on that
    page, so any sample code for that would also be helpful.

    --Dave
    Dave Navarro Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139