Questions tagged as 'rest'

0
answers

REST requests with HTTPS

Good morning, Someone can get a doubt ... is as follows: I have an application that is inside a domain with certificate (HTTPS). WhenI'mgoingtoconsumeaRESTservice,Igetthe405returnandthebrowserisinformedthattheconnectionisnotsecure. I...
asked by 05.07.2018 / 17:02
0
answers

Error converting SQL - Datasnap Rest

I have a problem: I have a datasnap / rest server, in it I have the following method: Function TServerMethods.getComandoSQL(ASQL: string): TFDJSONDataSets; begin qryComando.Active := False; qryComando.SQL.Clear; qryComando.SQL.Add(ASQL);...
asked by 03.07.2018 / 15:24
1
answer

Update screen data after an asynchronous call Angular 1.6

I have the following problem! I have a form with an id field. this guy is passed to my GET method which is asynchronous. The data comes back perfectly from the server (line $scope.produto = resposta.data ), but the data is not updated on t...
asked by 08.06.2018 / 02:42
0
answers

Consume an asmx service from a rest

How do I pass an object I have in a REST to an ASMX ? I have this controller in REST that has the object (client) that I want to send to an ASMX [Route("api/[controller]")] public class OptOutClientController : Controller { HttpClient c...
asked by 25.06.2018 / 20:05
1
answer

How to check JWT on each request

I am doing a login system in php and trying to authorize with JWT . I am not using any library, I made a class called Jwt that I pass the pars and it generates the Token and also passes the token and returns me an object with...
asked by 11.05.2018 / 18:23
1
answer

How to maintain cohesion in my REST API?

I have two features of a REST API Specialists and Services. A specialist can perform various services. I needed to list all services that have at least one partner specialist. get services /? criteria get experts /? criteria How could I...
asked by 05.05.2018 / 02:05
1
answer

GET Request WooCommerce with criteria by Date - restSharp

I am doing an integration with C # and the WooCommerce API, my situation is this, I can communicate with the API through restSharp and I can get the requests of the site through the URL: link , so far so good! But when I try to enter a criteria...
asked by 18.05.2018 / 20:08
1
answer

JPQL Not recognizing the parameter

I need to perform a query using JPQL or Spring-date keyword method. The problem is that the parameter entered in the query is being ignored, I still can not identify the cause of it. As the findByDescricão method is ignoring the parameter (de...
asked by 24.04.2018 / 10:35
1
answer

How to get all posts from the WordPress REST API?

per_page returns posts in the range of 1 to 100, but needed to return 500. How to get all posts from the WordPress REST API?     
asked by 17.05.2018 / 20:19
0
answers

JasperSoft - Date Format

Hello, We have the following version of JasperSoft: <serverInfo> <build>BUILD_DATE_STAMP_BUILD_TIME_STAMP</build> <dateFormatPattern>yyyy-MM-dd</dateFormatPattern> <datetimeFormatPattern>yyyy-MM-...
asked by 17.05.2018 / 13:39