Questions tagged [endpoints]

228 questions
0
votes
1 answer

Endpoints API authentication with Google

I want to authenticate the request coming to my api such that its a valid google account. @endpoints.api(name='echo', version='v1', allowed_client_ids=[API_EXPLORER_CLIENT_ID, …
0
votes
1 answer

Where do I find my Criteo Endpoint?

I need to get my Criteo endpoints values from my account. And I need them in order to use Criteo API and get ads on my placements. Any ideas where can I get them ?
0
votes
0 answers

WCF in IIS - Unique URLs per Cusomer

I'm replacing our old (VB.NET/asmx) service with WCF. We wanted to use WebAPI but have too many customers that still want SOAP. We'll be hosting in IIS 7. (.NET 4.5.2) Each of our customers (~30) expects their own URL:…
HoltDan
  • 109
  • 1
  • 7
0
votes
1 answer

Invalid double value after cast from float with GAE endpoints

I am using the endpoints API from google cloud and sending double, which are cast from float in Android. Most of the time this works well, but I have noticed that with a small number of devices I get a following error: 400 Bad Request { "code":…
0
votes
1 answer

Adding Endpoints in new Azure portal

I have created a new Azure Classic Virtual Machine and when I try to access from my office its not able to connect. In previous versions of Azure I used to change the Endpoints to point to 443 public port. But in new portal i'm not sure where i need…
Arun S
  • 1,363
  • 3
  • 13
  • 17
0
votes
1 answer

Extra Unknown endpoints getting added to spring boot application

I am creating a spring boot application. I am adding few endpoints to it. In that process some of the endpoints are secure and some are not. Once the application is installed I am getting some extra endpoints giving application info which are not…
Shaleen
  • 829
  • 7
  • 17
0
votes
0 answers

Injecting External Input to Angular2

I want to inject an external input (REST API End Point) and would like to use it in my code. However, I just want to build my application once and I should be able to change my End Point based on the deployment I do. In other words, I want my end…
0
votes
1 answer

Acumatica Web Service Endpoints - URL filter by datetime range

I just wondering if you can assist us with following issue regarding retrieving data via Web Service endpoints filtered by date time range. I created a General Inquiry that retrieves all open orders (SO) and expose it via Web Service…
Jose Joya
  • 83
  • 5
0
votes
1 answer

WCF-Communication with multiple endpoints

I have a problem. I try to build a WCF Communication with multiple entpoints. But it never works and it displays a ErrorMessage like this: The contract name '{0}' could not be found in the list of contracts implemented by the service '{1}'. And…
0
votes
1 answer

execute code on start of app engine endpoints

Is there a way to start a piece of code on-start of GAE using Endpoints java? I know by using servlets we can do that, but using endpoints is it possible? If yes, then how should I proceed. Can't find anything around this. I am new to…
0
votes
1 answer

issue on arm64: no endpoints,code:503

Kubernetes version (use kubectl version): Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.4", GitCommit:"d6f433224538d4f9ca2f7ae19b252e6fcb66a3ae", GitTreeState:"clean", BuildDate:"2017-05-19T18:44:27Z", GoVersion:"go1.7.5",…
0
votes
1 answer

Two endpoints for the same resource in django rest framework

I want to create two endpoints /comments/ and /comments/requests/ or something to that effect. The first shows your comments, and the second shows your pending comments (Comments that people sent you that you need to approve). They both work with a…
Reimus Klinsman
  • 898
  • 2
  • 12
  • 23
0
votes
1 answer

How can you build a custom endpoint on another website?

I am trying to get used to flask but I want to basically create a custom endpoint. For example: given a website is called: abc.com I basically want to create an endpoint: abc.com/me which would then print something like "HI"
deeformvp
  • 157
  • 1
  • 2
  • 11
0
votes
1 answer

How to make XML-RPC endpoints more secure?

TeamCity exposes unsecured XML-RPC entry points, Can someone please guide how to make them secure.
sam
  • 4,594
  • 12
  • 61
  • 111
0
votes
1 answer

Azure route not forwarded to endpoint after filtering query

I am starting to use Azure IoT hub and I configured my endpoints and servicehub to learn from it with a route. In this route I specify that when a message says level = critical that it forwards the message to my endpoint like explained in the…
Tvt
  • 223
  • 1
  • 3
  • 16