Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring mvc witrh angular integration #13

Open
ramakrishana opened this issue Nov 13, 2017 · 0 comments
Open

spring mvc witrh angular integration #13

ramakrishana opened this issue Nov 13, 2017 · 0 comments

Comments

@ramakrishana
Copy link

iam new to angularjs and springmvc.
before anjular integration login authentication is working by using get method .iam passing username and password in secruity.xml(below).

<security:form-login login-page="/api/vauthentication/login" default-target-url="/api/vhome/home" username-parameter="username" password-parameter="password" always-use-default-target="true" login-processing-url="/logincheck.do" />
login authentication is doing by using spring restful api. but using angular iam using post method and respctive url.api/vauthentication/login this url is hitting but username and password is not passing and not doing authentication.

what is the problem .pls helpme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant