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 8176455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:11:12+00:00 2026-06-06T23:11:12+00:00

How can I send GET / POST data to server which require authorisation using

  • 0

How can I send GET / POST data to server which require authorisation using file_get_contents?

I know how to send GET/POST data and authorise in file_get_contents but don’t know who to combine these in one.
Can someone help?

  • 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-06-06T23:11:14+00:00Added an answer on June 6, 2026 at 11:11 pm

    Yes, it’s possible, something like that with a context for (re)set options from the protocol used :

    function http_post($url, $data) {
    $serialized_data = http_build_query($data);
    $options = array(
        'http' => array(
            'method' => 'POST',
            'header' => "Content-type: application/x-www-form-urlencoded\r\n" . 'Content-Length: ' . strlen($serialized_data) . "\r\n",
            'content' => $serialized_data
        )
    );
    $contexte = stream_context_create($options);
    return file_get_contents($url, 0, $contexte);
    

    }

    $content = http_post(‘http://domain/mypage’, array(‘var1’ => ‘val1’, /* … */, ‘varN’ => ‘valN’));

    Do you want more explication ?

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

Sidebar

Related Questions

I'm trying to send a post request to Parse: https://parse.com/docs/rest#objects-creating . Can't get it
Using cURL I can send a GET request with a body. Example: curl -i
i write some utility class but how to get name ? Can that send
I send data from Android via HTTP Post to a Server running PHP and
I can send requests to friends using Multi Friend Request Selector inside my Page
I know that soap can send XML over http, is there any way to
In Javascript I can send XML string to JSP server (XmlAction.jsp): Javascript Code: var
how i can send sms from asp.net?any idea about it?or any resource through which
I am using PHP http_post_data() call to send data to a cakephp controller.I do
I've scoured the web, but, alas, I just can't seem to get Rspec to

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.