Results 1 to 4 of 4

Thread: GetPage(); and HTTPS://

  1. #1
    Join Date
    Nov 2006
    Location
    'Pergamino, BA, Argentina';
    Posts
    473
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default GetPage(); and HTTPS://

    Okay, while trying to do this (never mind the variables on the link)
    SCAR Code:
    somestring := GetPage('https://create.runescape.com/createaccount.ws?termsandcond=1&password1='+passwordd+'&password2='+passwordd+'&username='+usernamee+'&country='+country+'&day='+day+'&month='+month+'&year='+year);

    I get an error that says 'IOHandler value is not valid', and its due to the "https" in the URL, (the S in https means that its a secure site i think).
    Is there a way to fix this?

  2. #2
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shady? View Post
    Okay, while trying to do this (never mind the variables on the link)
    SCAR Code:
    somestring := GetPage('https://create.runescape.com/createaccount.ws?termsandcond=1&password1='+passwordd+'&password2='+passwordd+'&username='+usernamee+'&country='+country+'&day='+day+'&month='+month+'&year='+year);

    I get an error that says 'IOHandler value is not valid', and its due to the "https" in the URL, (the S in https means that its a secure site i think).
    Is there a way to fix this?
    Scar doesn't support HTTPS.. You would need a real programming language to do that for you..
    Verrekte Koekwous

  3. #3
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, like VB.NET =]

    Hence how my account creator [down below] was created =].

  4. #4
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TheVoiceInYourHead View Post
    Lol, like VB.NET =]

    Hence how my account creator [down below] was created =].
    Delphi with Indy components ^_^ <3.
    Verrekte Koekwous

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. GetPage?
    By Illkillutill in forum OSR Help
    Replies: 7
    Last Post: 03-08-2009, 04:29 AM
  2. GetPage
    By mat_de_b in forum OSR Help
    Replies: 4
    Last Post: 11-04-2007, 09:48 PM
  3. GetPage
    By JuKKa in forum OSR Help
    Replies: 9
    Last Post: 08-11-2007, 01:36 AM
  4. GetPage
    By Martin in forum OSR Help
    Replies: 0
    Last Post: 04-16-2007, 05:52 PM
  5. help with GetPage
    By omgh4x0rz in forum OSR Help
    Replies: 6
    Last Post: 03-11-2007, 12:44 AM

Posting Permissions

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