restful-authentication
How to do authentication on a WCF 4 RESTful service?
I\'m currently designing and developing a WCF 4 RESTful service that will be used by mobile devices. I specifically picked REST because it\'s supposedly lightweight and the JSON output makes parsing s[详细]
2023-03-09 05:59 分类:问答Do sessions really violate RESTfulness?
Is using sessions in a RESTful API really violating RESTfulness? I have seen many opinions going either direction, but I\'m not convinced that sessions are RESTless. From my point of view:[详细]
2023-03-07 17:16 分类:问答how to call RESTful web service from android?
I have written REST web service in netbean IDE using jersey framework and java. For every request user need to provide us开发者_Go百科ername and password , I know the authentication is not good.[详细]
2023-03-06 23:59 分类:问答How to implement REST in my Web Application. I want to make a rest API for my website?
I am working on an enterprise application and need to provide services to mobile app using REST. I want to implement or build a REST API for my website using which I can build client side application[详细]
2023-03-04 23:24 分类:问答What do different SAML token validation calls specifically do?
I am trying to validate a SAML token that was created by our WIF-based custom STS inside a REST web service.[详细]
2023-03-02 15:06 分类:问答Get parameter from curl command in REST web serivce
I want to get username and password from curl command in REST web service using Plain Java Class. My j开发者_开发百科ava class is[详细]
2023-03-02 09:16 分类:问答what is keyed-HMAC (Hash Message Authentication Code)
what is keyed-HMAC (Hash Message Authentication Code)? An开发者_运维百科d how to write HMAC in web service using java?An HMAC is a digest used to verify the authenticity of a message.Unlike, say an md[详细]
2023-03-01 18:41 分类:问答how to do authenticate in REST web service using jersey and java
how to do authentication in REST web service using jersey framework and java? I used NetBean IDE and create Rest web service, the application server is glassfish.[详细]
2023-03-01 17:28 分类:问答How to build a secure and RESTful service in PHP?
I\'m building an application system which consists of a server part \"in the cloud\" and a client part, e.g. an iPhone or Android app or a web browser.[详细]
2023-03-01 11:18 分类:问答Is ReSTful webservice really the answer in my case?
Wonderi开发者_运维问答ng if ReSTful webservice is really the answer in my case of Enterprise application where there are some security concerns such as avoiding man-in-the-middle attacks, ensuring tha[详细]
2023-03-01 04:54 分类:问答