Skip to main content

Bug Tracker

Side navigation

#952 closed bug (fixed)

Opened February 13, 2007 04:40PM UTC

Closed March 17, 2007 02:18PM UTC

Last modified June 21, 2007 04:46AM UTC

$.get() should explicitly use GET method

Reported by: jchaffer@gmail.com Owned by:
Priority: minor Milestone:
Component: ajax Version:
Keywords: Cc:
Blocked by: Blocking:
Description

The $.get() function relies on the default form submission method, which is usually GET. But if $.ajaxSetup() changes this default, $.get() could actually do a POST. This is presumably not what the user wants if they specify $.get() rather than a general $.ajax() call, so $.get() should be changed to always perform a GET request.

Attachments (0)
Change History (2)

Changed February 26, 2007 11:40PM UTC by john comment:1

priority: majorminor
type: featurebug

Changed March 17, 2007 02:18PM UTC by joern comment:2

resolution: → fixed
status: newclosed

Fixed in revision [1540].