Opened 14 years ago
Closed 14 years ago
#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: | |
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 (2)
Changed 14 years ago by
Attachment: | Captura_de_tela.png added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.