Questions tagged as 'rest'

1
answer

Flask connection between two machines

I have a Client-Server application in Flask, running the two files on the same machine the connection works perfectly, but when I try to run the client on a different machine, the connection is not established. I put the IP of the server machine...
asked by 12.09.2017 / 22:02
2
answers

Service does not execute controller method

This message I get in the browser or postman    "Message": "No HTTP resources were found matching the   Request URI ' link '. ",       "MessageDetail": "No action was found in the Items Controller that matches the request." The problem is...
asked by 06.09.2017 / 21:03
0
answers

Expired page Laravel, why?

I'm creating an api here, for some reason I get this message "The page has expired due to inactivity. Please refresh and try again." Follow Controller <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\Re...
asked by 06.09.2017 / 02:19
1
answer

Rest Spring Server identifying a period as a regular expression

I have a Rest service with the following method: @RequestMapping(value = "/usuario/{login}", method = RequestMethod.GET) @ResponseBody public ResponseEntity<InputStreamResource> usuario(@PathVariable("login") String login, HttpSe...
asked by 20.07.2017 / 04:25
0
answers

Find only one value via shell script

Galera, I am creating a script to fetch a value, however, within BDD there are repeated values and I would like to fetch only one of each. For example, there are several drives for each state, but I want to fetch only the main drive. They are...
asked by 28.06.2017 / 21:05
1
answer

Connect Flask Restless API to React (Admin-on-rest)

I'm learning to work with flask and react to create a rest API (with flask-restless) and a Client (with React, Admin-on-rest). I've already created Api in Flask with Reastless. I am looking for some advice to connect the API to the client, bu...
asked by 20.06.2017 / 12:29
0
answers

API on existing system bank

I have a question, in our company we have a system, developed in MySQL and Delphi, this system is developed by a company, and we have several development projects, several new systems (created within our company) are made with CakePHP, we are pla...
asked by 20.06.2017 / 18:39
0
answers

Error loading CodeIgniter Rest Server language

I'm coding an API with CodeIgniter and, as many have recommended, I am using the CodeIgniter Rest Server library ( Repository ). I followed the tutorial recommended by the developer himself but I received an error. The problem happens when I d...
asked by 03.06.2017 / 01:02
1
answer

How to integrate CDI-Unit with Jersey Test Framework?

Hello. I'm working on a ws rest with CDI and Jersey. I want to create a unit of tests with JUnit and due to the CDI I ended up using the CDI-Unit Runner. I found the CDI-Unit simpler than WeldJUnit4Runner. Now, I need to add the Jersey Tes...
asked by 27.05.2017 / 08:12
1
answer

Consuming REST on Wordpress

Good morning! Implemented a Rest API with Spring and would like to consume it on a website within Wordpress. Is this done through Plugins or Direct with code inside the Post? For a Post Request, how would you link a form's data in the h...
asked by 19.05.2017 / 16:21