Questions tagged [restful-authentication]

Questions about authentication for RESTful services.

Services designed using REpresentational State Transfer architecture must often authenticate clients. How best to do this can be a complex topic, as in true REST each client request to the server will contain all the information necessary to complete it (including authentication).

Resources

1447 questions
-2
votes
2 answers

How to connect one project to another in java through eclipse?

I have a requirement,where in which if i click on a particular link from the main project,the eclipse has to connect to a different sub project,perform the desired action,return the action performed to the main project,and main project renders the…
-2
votes
1 answer

Syntax error, unexpected ' '. Please, (and no more)

Again, with some of modification "user.php" controller, mysterious error appear: Unhandled Exception Message: syntax error, unexpected '' Please, ... yes, that's all. I only modify user.php; here be gist:…
-2
votes
1 answer

Docusign - Editing fields and downloading without sending it

I have a question relative to Docusign , I have send the document to be signed, after completion I just want some fields from the complete pdf in my local , Is it possible to populate the fields and download this envelope without send it using…
-2
votes
1 answer

jax-rs code to run on server

I have a code which using RESTFul: @Path(/...) public class ..{ @GET void func(){ "Hello"; } } My question is how to run this code from the browser? I wrote this code in Eclipse and want to run it from browser. How can I do…
user1888149
  • 143
  • 1
  • 4
-3
votes
1 answer

Using Headers with Google Community Connector

How would you use authorization headers when writing a Google Community Connector? eg. When calling the URL in getData() would it be something as simple as this: var response = JSON.parse(UrlFetchApp."https://api_example.com", { "method":…
-3
votes
1 answer

Implementing user authentication in Spring MVC rest api

I have built a basic crud spring mvc rest api and would like to add basic authentication for validating the user and adding login and logout. I have found a tutorial which covers spring mvc. I have tried implementing the basic authentication and the…
-3
votes
1 answer

am learning to do restful web services while implementing i got following error help me to resolve

Screenshot of source code and exception: SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]] at…
indushree
  • 3
  • 3
1 2 3
96
97