Guest User

Untitled

a guest
Mar 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $.get( .... );
  2.  
  3. <base href="http://local.develepment.url" />
  4.  
  5. <base href="http://<?php echo $_SERVER['HTTP_HOST']?>/" />
  6.  
  7. $.ajax({
  8. url: "crossdomainurl",
  9. type: "GET",
  10. contentType: 'text/plain'
  11. });
Add Comment
Please, Sign In to add comment