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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:04:31+00:00 2026-05-15T17:04:31+00:00

Generally, a get request is not meant to have any side-effects. However many sites

  • 0

Generally, a get request is not meant to have any side-effects. However many sites allow you to reset your password or authenticate your email/user by clicking a link embedded in the email. Since we don’t want to send HTML emails and therefore cannot use a form in which the data is POSTed, we have to use a get request.
However it is considered bad design to have Requests using GET with side-effects. What is your opinion about this? Is there any way to solve this dilemma?

  • 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-15T17:04:32+00:00Added an answer on May 15, 2026 at 5:04 pm

    Normally such links only contain a token that identifies the user who wants to reset the password resp. the request to reset the password. It does not log in the user.

    Then a form is shown where the user can create a new password.

    Anyway, that a GET request should be idempotent is not a hard fact, it is more a guideline. If it improves the usability for the user not to stick to that guideline than go for it (after considering alternatives and consequences of course). In the end, usability matters.

    But if you want to reset the password by generating a random password and send it to the user, don’t do it. Sending plaintext passwords in unencrypted emails is a very bad idea. In this case I would prefer security before usability and let the user choose it by himself.

    Update

    Btw. a very important point with such URLs is that they normally are only accessible once or at least only as long as the user has not finished the procedure. So although you might change something with the GET request, the resource will be deleted anyways.

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

Sidebar

Related Questions

When I try to inject the @request into any of my services, I get
Generally speaking what do you get out of extending an artificial neural net by
I've read the tutorial at, and I generally get how that works: http://tangentsoft.net/mysql++/doc/html/userman/tutorial.html#simple I
Generally We have some business logic that is causing a bottle neck within a
I'm researching ways to perform bulk geocoding through http request, and get the response
I have an HTML form in my Django web application (NOT implemented using Django
Generally speaking, the REST community seems to dislike complex data in GET requests. I
I'm new to GAE, and have not been able to figure out how to
I've got some code that will generically get all Controls in a form and
I'm just trying to get a general idea of what views are used for

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.