Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
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
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Spring
How can I accept a POST request from an external website to my spring application ?
Aashima Sharma
Greenhorn
Posts: 1
posted 5 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am new to Spring and there's a requirement in my project to accept a POST request from an external website to our spring application by creating a new Controller. Any suggestions on how to do that ?
Bear Bibeault
Sheriff
Posts: 67695
173
I like...
posted 5 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Via Ajax from the browser? Or from backend code?
If the former, you need to enable
CORS
.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Creating external pluggable component.
Spring Aop
logout requirement in portals
Spring + MVC pattern in non-web application
Data Access Objects: static methods
More...