Questions tagged as 'rest'

1
answer

capture JSON object sent via POST in Mormot request payload

I am sending my object JSON via POST using ExtJS 6.01 . my application server was done in morMot in Delphi Seattle . Sending in GET mode usually takes the parameters that come with url . But sendi...
asked by 18.02.2016 / 21:00
1
answer

Doubt technology for building WebApi Rest in Java [closed]

I'm posting this topic to check by your experience what technology you are using to build WebApi Rest in Java. What libraries? What techniques? What are the advantages and disadvantages of technology? I am a beginner in this subject and wo...
asked by 30.09.2016 / 03:01
2
answers

Monitor if REST services are online

Does anyone know what an interesting tool to monitor if the services are online or not?     
asked by 29.03.2016 / 05:49
1
answer

Webservice Rest with PHP [closed]

I'm doing a search that will result in developing an application and we came to the issue of using webservices, I have some questions that I would like to help with. Let's use Rest, what PHP frameworks work with this type of webservice? Wo...
asked by 23.02.2017 / 13:28
1
answer

How to extract index data from this array?

I'm developing a real estate site and I'll use the REST feature. The code below returns me one by one the properties registered in the server software as can be seen here > . $dados = array( 'fields' => array(...
asked by 24.11.2015 / 21:33
1
answer

Error: package is not imported into eclipse [closed]

I'm creating an app rest in eclipse but I'm getting an error message when importing jersey classes. Code import javax.WebServices.rs.GET; //import da biblioteca jersey import javax.WebServices.rs.Path; //import da biblioteca jersey import...
asked by 17.08.2018 / 21:54
1
answer

How to change the Content-Type response in the REST DataSnap

I have a project made from WebBroker REST , running as a service, I need to change the response Cotent-Type to 'application/json' and by default WebBroker REST brings me as a result    Content-Type 'text / html; cha...
asked by 31.01.2017 / 13:54
1
answer

create PHP REST service [closed]

Good morning. I need to create a REST API in PHP on the backend and in the frontend show this data with angularjs. backend: REST API in PHP brings database data. frontend: angular js consumes the service and makes available in html 5....
asked by 11.05.2016 / 15:31
1
answer

Web Service runs but consuming method gives error

I've struggled to set up my web service in IIS. It goes up, showing the screen that WS is ok. It turns out that when I pass a parameter to it it gives this error: REQUEST ERROR The server encountered an error processing the request. See server...
asked by 23.05.2014 / 01:40
1
answer

Basic Authentication in Rest API (C #) [closed]

I have an application made in ASP.MVC where I implemented ASP.NET Identity for user registration / login. Now I have to create a Web API Rest with a simple authentication, only a single user and a unique password. Can anyone give some tips...
asked by 05.03.2017 / 22:56