Jnr PHP/Codeigniter Developer Question:
Tell us can you send an Ajax request to another domain?
Answer:
It is not possible to send an Ajax request if the protocol or host are different. This is called CORS and is checked by the browser.
Previous Question | Next Question |
Explain me what’s the difference between unset() and unlink()? | Do you know what is Polymorphism? |