Questions tagged as 'rest'

1
answer

how to call a web service type rest with symfony2 (php)?

How can I call a REST web service from my application? (it's made with symfony2).     
asked by 15.07.2016 / 15:21
1
answer

DELETE and PUT in AndroidStudio with HttpUrlConnection

I have a REST API from a user database made in NodeJS, the address to use the GET method is http://localhost:3000/users/ the method DELETE and PUT receive a parameter that is concatenated in the same address, http://localhost:3000/...
asked by 16.12.2017 / 22:29
3
answers

JWT Authentication for Web APP?

I've seen that it's very common to use token-based authentication for RestFul APIs, the question is, can it be implemented for a Web application?     
asked by 29.03.2017 / 19:29
1
answer

What is the problem with this query?

Good, I have this query that I do with my API REST in NodeJS router.get("/create/:id/:name/:img",function(req,res){ var query = "INSERT INTO ??, (??, ??, ??) VALUES (?, ?, ?)"; var table = ["demos", "id", "name", "img", req.params....
asked by 11.01.2017 / 22:49
1
answer

Create Public Folder SpringMVC

In the current project I have a webservice (API-REST) this has a control panel where they fill out the forms to identify via web this webservice the detail is in that I do not know how to create a public folder example currently in the form t...
asked by 09.06.2018 / 06:29
1
answer

Servlet: sendRedirect () does not work when queried from the browser bar

I have a Servlet that responds with a sendRedirect() when there is a query GET by the browser. In case there is one, the user is redirected to a second Form .  The problem is with the security of the application. If I...
asked by 23.06.2018 / 21:53