Ticket #4625 (closed bug: invalid)
Problem using $.post
| Reported by: | rodrigo.serratto | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | $.post | Cc: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

