Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7654125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:11:58+00:00 2026-05-31T12:11:58+00:00

To make this short, I will show what I need exactly. Here is the

  • 0

To make this short, I will show what I need exactly.
Here is the site, it shows some info about game stats once entered username and region.

http://riot.control-c.ir/
http://riot.control-c.ir/Summoner/EUW/26233693

How can I make remote submitting these forms to parse pages for different users?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T12:11:58+00:00Added an answer on May 31, 2026 at 12:11 pm

    THis can be done by copying the same http request that the remote form makes when it submits.

    See the following form,

    <form action="submit.php" method="post">
    <input type=text name="username" />
    <input type=text name="password" />
    <input type=submit name="submit" value="Submit"/>
    </form>
    

    When this form is submitted there is an http request sent to submit.php on the remote host with post method. and in the body these fields reside.

    username=MYUSERNAME&password=MYPASSWORD&submit=Submit
    

    The http request looks like

    POST submit.php
    Host: remotehost.com
    Accpet: */*
    Content-Type: x-www-form-urlencoded
    Content-Length: 43
    
    username=MYUSERNAME&password=MYPASSWORD&submit=Submit
    

    All you have to do is mimic this request.

    Curl is a popular library for this task.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you sort an array of strings in C++ that will make this
I'll make this short, I got this webpage : <html xmlns=http://www.w3.org/1999/xhtml> <head> <link rel=Stylesheet
So to make a long story short. A professor asked this question in class
I need to make this function work everywhere, except IE6-7 $(function(){ window.scrollTo(0,300); }) Please
First of all I am in DESPERATE need of help here PLEASE I will
On a Linux, Apache, PHP site, I need to make certain that a subdirectory
I am designing a web site that will rely on iFrames to show third
and I know that <a href=tel:1-801-555-1212>1-801-555-1212</a> will make this certain number be clickable. I
To make this more clear, I'm going to put code samples: $file = fopen('filename.ext',
I make this program :: #include<stdio.h> char *raw_input(char *msg); main() { char *s; *s

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.