Jump to content
php.lv forumi

jQuery post no remote servera


ra001

Recommended Posts

Sveiki.

 

Vai kāds nezin risinājumu kā dabūt atbildi post funkcijai, ja izpilde notiek uz cita servera?

 

Man ir javascript funkcija

 function add_client(c_name) {


 anchor = "http://kautkadsserveris/client_add";

 $.post(
   anchor ,

   { client_name: c_name},

   function(data){
    $("#answer").html('execute:' + data);
   }
 );

 

php šajā gadījumā neko nedara tikai piemēram

echo "OK";

 

 

Ja šis kautkadsserveris ir adrese uz to pašu serveri nu piemēram

http://www.ra001.lv/client_add un izpildās no lapas www.ra001.lv/tests.php

tad viss notiek un es redzu atbildi OK.

ja serveri ir dažādās vietnēs piemēram šo pašu skriptu izpildu no sava localhosta uz www.ra001.lv servera, tad atbilde ir tukša, kaut gan pārbaudot ar reāliem datiem funkcija kā tāda izpildās un visus datus nodod pareizi...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...