TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Yogesh Ghorpade
NA
762
148.2k
Success Function Return Error
Oct 3 2018 8:13 AM
Access-Control-Allow-Origin' header is present on the requested resource
My Code Is
function GetPaymentTypes() {
debugger;
var settings = {
"async": true,
"crossDomain": true,
"url": "URL",
"method": "POST",
"headers": {
"Content-Type":"application/json",
"Authorization":"Basic"
},
"processData": false,
}
$.ajax(settings).done(function (response) {
debugger;
console.log(response);
});
}
Reply
Answers (
1
)
Please help to check when loading, error persists below code
How to display JTable in asp.net webforms