Questions tagged as 'rest'

1
answer

Api Rest, get method, how to pass array parameters

I have developed a restfull api in Node.js, the client is developed in angular, how can I send array parameters in a get, should it be sent by the header or by the parameters ?. I currently send it in the body of a post but I do not want to use...
asked by 29.08.2018 / 22:29
0
answers

How to consume Qualtrics REST API in C #?

I am starting a new project and I am new to this, what I want to do is use the REST API of Qualtrics , which is a page of surveys, so you will find different URLs containing your API, the documentation explains how to make the structure of the...
asked by 20.08.2018 / 03:31
0
answers

Servlet: request.getReader () null in the GET method

I have a Servlet that reads the Form with getReader () but for some reason it returns null. HTML: body> <form action="Controlador"> Hotel: <!--<input type = "submit" value = "Submit" />-->...
asked by 21.07.2018 / 19:10
0
answers

REST GET Procedure that returns CLOB as JSON

I have trouble calling a REST-GET service that uses a procedure that returns a CLOB in JSON. When the result has some records, it works fine, but if there are many, it locks. Oracle 12.1 I have defined a table with postal codes. In this, f...
asked by 12.07.2018 / 14:29
0
answers

Configure server for REST with php

I have the following doubt, I created an api rest with php, locally it works great, but when I upload it to the server the drivers are not available. The problem is not the route, since a controller is looked for by default of the framework and...
asked by 05.07.2018 / 22:11
0
answers

Create a REST FUL service in c # 2008?

Does anyone know of any place where they explain how to create a REST service with c # but with visual studio 2008 ?, In addition to how to run the service, the tutorials I review do not work, due to libraries that are not in the framework 3.5 ....
asked by 04.07.2018 / 23:44
0
answers

Error jwt_auth_no_auth_header when validating the JWT token of the WordPress REST API

I'm having trouble validating the "JWT Authentication WP-API" token. I get the token well using "wp-json / jwt-auth / v1 / token" but to validate the token to get the user's information by "wp-json / jwt-auth / v1 / token / validate" gives me...
asked by 04.07.2018 / 13:52
0
answers

Create REST Web Service to send files from PHP

I am currently working with RestFull web services, so far I have learned to send and receive basic information, (texts, objects, etc.) However, I am required to create a Rest service that receives the name of a file as a parameter to return the...
asked by 28.06.2018 / 19:06
0
answers

How do I send a rest object for a soap asmx?

I have this controller [Route("api/[controller]")] public class OptOutClientController : Controller { HttpClient client = new HttpClient(); private readonly IOptOutService _service; public OptOutClientController(IOptOutService service...
asked by 25.06.2018 / 18:49
0
answers

How to list Json data with Httpurlconnection in Android studio

I have my web service Rest and I need to put the json in my android application, for which I am doing it in ANDROID STUDIO and put it in a recycler view with cardview. { "data": [ { "not_idnot": 1, "not_idadmin": "A0001", "not_autor...
asked by 16.06.2018 / 09:04