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

  • Home
  • SEARCH
  • 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 859055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:37:35+00:00 2026-05-15T08:37:35+00:00

What is the difference when encrypting GET and POST data? To be more specific:

  • 0

What is the difference when encrypting GET and POST data?

To be more specific: when https-SSL encrypts both of this methods, what is the difference in the way the browser does this; Which parts are encrypted and which are not?

I read somewhere that the destination url is not encrypted in POST, is that true?
If it is true and same in GET, where are all the parameters?

When both methods are encrypted with same data, do they look the same when sniffed? What parts are encrypted and which are not?

  • 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-15T08:37:36+00:00Added an answer on May 15, 2026 at 8:37 am

    GET data is appended to the URL as a query string:

    https://example.com/index.html?user=admin&password=whoops
    

    Because the data is appended to the URL, there is a hard limit to the amount of data you can transfer. Different browsers have different limits, but you’ll start to have problems around the 1KB-2KB mark.

    POST data is included in the body of the HTTP request and isn’t visible in the URL. As such, there’s no limit to the amount of data you can transfer over POST.

    If the HTTP connection is using SSL/TLS, then GET parameters are also encrypted but can show up in other places such as the web server logs and will be accessible to browser plugins and possibly other applications as well. POST data is encrypted and does not leak in any other way.

    From a Google Discussion:

    The data contained in the URL query on
    an HTTPS connection is encrypted.
    However it is very poor practice to
    include such sensitive data as a
    password in the a ‘GET’ request. While
    it cannot be intercepted, the data
    would be logged in plaintext
    serverlogs on the receiving HTTPS
    server, and quite possibly also in
    browser history. It is probably also
    available to browser plugins and
    possibly even other applications on
    the client computer.

    Always use POST over HTTPS if you want to securely transfer information.

    If you’re using an encryption library to encrypt the data then you can use GET or POST, but this will be an added pain and you might not setup the encryption correctly, so I’d still recommend using POST over HTTPS, rather than rolling your own encryption setup. This problem has been solved already, don’t re-invent the wheel.

    Another option you might want to consider is using a secure cookie. A cookie that has the secure flag set is only sent over a secure channel, such as HTTPS, and isn’t sniffable. This is a good way to persist information securely, such as a session ID.

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

Sidebar

Related Questions

I wrote an application that encrypts text in this way: Get the input text
This is my code for AES. Under Gingerbread I get following error after encrypting
I am encrypting a text string using the following block of code. This code
This is my first post, so hope I haven't missed anything important. I'm doing
I have a class that takes a string in this format: 000067000000000012620060324b38e2cab3353 , encrypts
Looking for a way to encrypt data (mainly strings) in node and decrypt in
Ok, I exported all the certs in my browser by doing this: Tools, Options...,
The difference between Chr and Char when used in converting types is that one
Any difference, performance-wise?
The difference of InputStream DataInputStream and BufferedInputStream in java?

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.