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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:52:10+00:00 2026-05-20T09:52:10+00:00

For my job, I was looking through a few javascript files, and found a

  • 0

For my job, I was looking through a few javascript files, and found a few AJAX calls that used POST, but didn’t send any data. It seems they used to, but the backend was updated, and the data wasn’t needed, and the previous developers left them as POSTs (or they just copied & pasted the $.ajax calls from other files, and removed the data values).

I changed these empty POST requests to GET requests. I’m assuming it’s more efficient to use a GET instead of an empty POST. I’ve looked, and haven’t found anything useful.

So, is it more efficient to use a GET instead of a POST with no data sent?

  • 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-20T09:52:11+00:00Added an answer on May 20, 2026 at 9:52 am

    I would argue that GET vs. POST isn’t an efficiency question so much as a semantic question. What is the intent of the POST requests? If the intent is to alter the state of the system in some way, then I would recommend leaving them as POSTs. If the intent is simply to retrieve some data from the system, then I would change them over to GETs.

    The issue of data parameters doesn’t really come into play as both GET and POST requests can accept parameters. (GET on the query string and POST via post data)

    Outside of theoretical concerns, there are real reasons to use GET or POST. For instance, GET requests can be cached by web servers, proxy servers and clients, whereas POST requests are never cached AFAIK. I’m sure there are other differences, but adhering to the semantic nature of the requests should take care of them for you.

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

Sidebar

Related Questions

I am looking to create a cron job that opens a directory loops through
I'm looking for a mechanism for suppressing the "Terminate batch job? (Y/N)" invitation that
I've been looking around online, but haven't found very much. As a matter of
I have a job that runs every night to pull xml files from a
I'm looking for a development job and see that many listings specify that the
I have set up a cron job that is running through a large site
I realize that this question spans many technologies, but I am only looking for
Through school I used Eclipse with Java, but I'm going embedded and picking up
I was looking at a job posting requesting a desired knowledge of: Client side
Are there any alternatives to the Open Source Job Scheduler ? I'm looking 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.