Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
Error Access-Control-Allow-Origin Ajax Java
Fernando Skackauskas
Ranch Hand
Posts: 78
posted 7 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello Guys,
I have the following error message when using Ajax in
Java
:
XMLHttpRequest cannot load http://187.84.232.228:8080/autenticacao/autentica?arquivo=1b54836b092a30a56… 8b7dbbcc2896c1e98b7dbbcc2896c1e98b7dbbcc2896c1e98b7dbbcc2896c1e98b7dbbcc28. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.autbio.com' is therefore not allowed access.
How can I solve this problem?
Thanks,
Fernando
Bear Bibeault
Sheriff
Posts: 67753
173
I like...
posted 7 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Are you making a cross-origin request? If so, you'll need to enable
CORS
on the server.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
You can't expect to wield supreme executive power just because
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Error No 'Access-Control-Allow-Origin' header is present on the requested resource
Error Access-Control-Allow_Origin not allowed
Invoking external programm with parameters in Java
Error 500 subprocess.Popen Phyton
No 'Access-Control-Allow-Origin'
More...