我想为iOS应用程序实现spring安全认证。任何帮助都是非常感谢的。我在post中看起来像下面的,但它不工作。
Authentication with Back-end Spring Security Java EE Server and Front-end iOS Objective-C client
发布于 2014-02-21 23:15:02
尝试像rest API http://www.baeldung.com/2011/10/31/securing-a-restful-web-service-with-spring-security-3-1-part-3/#ch_3_4一样实现后端的身份验证
如果您在iOS中使用NSURLConnection,则可以使用error和其他委托方法来捕获身份验证错误。
https://stackoverflow.com/questions/21927789
复制相似问题