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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:32:41+00:00 2026-06-17T04:32:41+00:00

Possible Duplicate: Is either GET or POST more secure than the other? What is

  • 0

Possible Duplicate:
Is either GET or POST more secure than the other?
What is the difference between POST and GET?

My understanding is that the difference between $_GET and $_POST is that with $_GET You can see what the form is sending in the address bar.

Now I am making an iPhone app and it is being sent an url with $_GET details in it. There is no way the user can see or guess the variables that are being used. Is there another reason why I shouldn’t use GET?

I am sending sensitive data through the URL, so I that is why I am asking if using $_GET is safe enough if the user CANNOT see the URL.

Also the data is being generated from the IOS app, so there is no website that contains this data on my server.

Thanks in advance:-)

  • 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-17T04:32:43+00:00Added an answer on June 17, 2026 at 4:32 am

    Everyone here is correct that both requests can be sniffed by intermediaries if you’re not sending the data over a secure (i.e. SSL) connection.

    One thing you need to keep in mind, however, is how your web server handles the two. Data sent by POST requests typically isn’t logged by the server, whereas GET requests are. This is because GET data is really just part of the URL. We just think of it as separate data because PHP helpfully sorts it into a superglobal array for us. A request to a bare URL like http://www.google.com, despite having no query string, is still a GET request (unless you specifically invoke a different protocol in your client).

    As with other GET requests, a request with a query string will still be entered into your server’s access log. If you’re passing sensitive information via query strings, you’ll need to have a strategy for how to securely handle these logs and other places that such data might be recorded.

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

Sidebar

Related Questions

Possible Duplicate: is there any way to get common values between two arrays in
Possible Duplicate: how to get uniformed random between a, b by a known uniformed
Possible Duplicate: Get just the hour of day from DateTime using either 12 or
Possible Duplicate: Cross-thread operation not valid: Control accessed from a thread other than the
Possible Duplicate: How to get screenshot to include the invoking window (on XP) I'm
Possible Duplicate: how to get the number of occurrences of each character using python
Possible Duplicate: How to get useful error messages in PHP? Im currently learning php
Possible Duplicate: How to get string Objects instead Unicode ones from JSON in Python?
Possible Duplicate: php $_POST array empty upon form submission I am trying to have
Possible Duplicate: Does anyone beside me just NOT get ASP.NET MVC? I dont know

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.