-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at "url" (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
but in postman or android (java) not problem
$.ajax({
url: 'https://example.com',
type: 'POST',
data: {
id: "2"
},
success: function (result) {
console.log(result)
}, error:function() {
console.log("error")
}
})
why?
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right