Skip to main content

Bug Tracker

Side navigation

#4625 closed bug (invalid)

Opened May 05, 2009 05:05PM UTC

Closed May 14, 2009 12:56AM UTC

Problem using $.post

Reported by: rodrigo.serratto Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: $.post Cc:
Blocked by: Blocking:
Description

Iḿ trying to use $.post to send data to my server.

At server i'm printing $_REQUEST, $_POST and $_GET

after many tests i'm testing only this code

$.get("../comm.php",{x:'a',y:'a'});

$.post("../comm.php", { name: "John", time: "2pm" } );

the $.post is not working, using Firebug console i observed that at the post tab shows " name=John&time=2pm "

i tryed $.ajax and faced the same problem....i had already tested many times......

i think it's strange $.post not working but i decided to open this ticket after many and many tests

i need to transfer more than whar is allowed by HTTP GET protocol

Attachments (1)
Change History (1)

Changed May 14, 2009 12:56AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

There's not enough information here for a bug report, but I suspect some logic problem on the server code. Please ask for help on a jQuery forum.