Questions tagged as 'rest'

1
answer

Android-rest-ListView

ANdroid - Rest Services I need to invoke a restful service after clicking on a record in the ListView. The application restarts without marking error. If this event is handled by a button, it correctly consumes the service. They can help me see...
asked by 09.05.2017 / 16:38
1
answer

How to take data from some input text and send it to mysql in java REST

I have this done in Servlets , index.jsp where are the inputs, a connection class, another that processes the upload and the servlet , however I'm inserting in the REST services, my goal is to upload data to a mysql database a...
asked by 04.03.2017 / 16:40
1
answer

Rest Web Service + Apache Solr: show XML in webapi

I have a problem and partly it is ignorance. I'm trying to get my Web Service to show me the XML corresponding to the data indexed in Apache Solr. The WS is connected, tested and gets the data, but at the time of doing the return to show the dat...
asked by 08.02.2017 / 16:05
1
answer

I can not access process.env nodejs

I am starting to program in node, and as part of my tasks I have to program an app with token authentication. But I am stuck in the part where it generates it, because if I pass the direct text in the "key" field of the jwt-simple if it gener...
asked by 28.01.2017 / 01:02
1
answer

Connect a Java project to Apache Solr 4.10.3

I have Apache Solr 4.10.3 running a collection called "Collection1". I also have a project in Maven at the moment completely clean and ready to put together. The first thing I want to do is connect to Solr to get indexed data from Collection1. O...
asked by 03.02.2017 / 21:14
0
answers

No result with Query String dynamic Rest-PHP

When making the following request to a Rest API $response = $this->client->request('GET',$this->urlReports, [ 'headers' => $header, 'query' => ['messageId' => '1b15a714-ac04-4c48-bbc5-8b9a747...
asked by 14.12.2016 / 17:56
1
answer

Wordpress REST API, GET featured image with a call

I'm making an android application for my wordpress page. I want to get several JSON data, one of them the image associated with the posts. The JSON that returns wordpress by default has the following format: "author": 5, "featured_media": 1836...
asked by 28.11.2016 / 12:31
2
answers

Error 500 POST with Ionic and AngularJS

I have a problem when trying to perform authentication with Ionic and AngularJs with a Backend in Cakephp 3. Testing with Chrome Postman, everything works perfect. The problem is making the call with the Ionic driver. Here I present all the elem...
asked by 15.11.2016 / 16:44
0
answers

Error 404 file or directory not found

Hi, I have a api RestFull hosted in WINDOWS SERVER 2012 but when I try to access the information, the 404 error occurs Example    ip Domain / api / v1 / route / path / 1 For those who know how the Servicios Web RESTful...
asked by 29.07.2016 / 19:57
0
answers

Web Service JAX RS JWT JJWT or Auth0

I want to use a library to implement jwt . I have tried some but I have problems with jersey that does not recognize the bookstores. I followed some tips in Stack, but I do not understand how to handle the filters with jersey and others....
asked by 28.07.2016 / 00:17