Login
Remember
Register
Ask a Question
Give methods for cross domain AJAX call.
0
votes
asked
May 16, 2022
in
AJAX
by
john ganales
Give methods for cross domain AJAX call.
ajax-call
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 16, 2022
by
john ganales
There are 2 methods
CORS (Cross Origin Resource Sharing)
JSONP (JavaScript Object Notation with Padding)
...