Questions tagged [endpoints]
228 questions
0
votes
1 answer
Restrict controller access to internal endpoint on Azure CloudService
I have an Azure CloudService with two roles.
Óne of these roles exposes a public endpoint and an internal endpoint.
How can i control access to a MVC controller based on which endpoint the request is coming from?
Is there a better way of achieving…

Niklas
- 85
- 5
0
votes
1 answer
customise endpoint urls in woocommerce
I'm trying to create a tabbed version of "My Account" in woocommerce.
I have built my pages in php using bootstrap css and included the wordpress header and footer so the page loads correctly.
The tabs display as expected by I am having an issue…

jmiller
- 578
- 11
- 28
0
votes
1 answer
Instagram EndPoint: Pagination URL gives the same set of results as previous
I want to get the all the media posts for a certain user id. I have used the endpoint:
https://api.instagram.com/v1/users/{user-id}/media/recent/?access_token=ACCESS-TOKEN
I am also able to get the set of 20 results in the response JSON. However,…

user1703096
- 115
- 6
0
votes
2 answers
Multiple WCF endpoints for same service with Cassini
I'm trying to config a WCF service for Silverlight to use either http or https and it works fine with IIS, but not the web server built into Visual Studio (Cassini). The services section of web.config system.serviceModel is:

Mike
- 1
0
votes
1 answer
Get Specific PublicPort Endpoint in Azure
I don't know how to Get specific VM's name and details with filter of PublicPort 80 Endpoint in Microsoft Azure Cloud
This is the closet command that I'd found in Google but the filtering part is missing.
Get-AzureVM -ServiceName | Get-AzureEndpoint…

James
- 875
- 2
- 15
- 24
0
votes
2 answers
return user photo url via SCIM in UnboundID
In the SCIM core schema there is a simple multivalued attribute "photos" defined to hold the urls of a user's photos.
In the UnboundID Data Store config directory the scim-resources.xml file has the following commented out under the User…

GBC
- 35
- 6
0
votes
1 answer
NodeJS function not recognizing variable
I created an email checker function to verify if the email exists before registering a new user. I assigned req.body to user. However, the newUser function within my email checker function is not recognizing the variable user. How can I pass user…

mtelford
- 25
- 2
- 6
0
votes
1 answer
Getting Oauth token in app engine endpoints
I am looking for a way of obtaining the OAuth2 token from an app engine java endpoint.
I am aware of doing this, for example:
@ApiMethod(name = "getMyResponse", path = "getMyResponse", httpMethod = ApiMethod.HttpMethod.GET)
public MyResponse…

my chalupa
- 137
- 11
0
votes
1 answer
WCF When to create a End Point
I have a WCF service which has (at the current time) One endpoint defined, to a IMyService
which implements about 20 IDataTypeService which has the DB interfaces for the objects.
The service is pretty high usage and I am having occasional error re…

Traci
- 908
- 1
- 13
- 31
0
votes
1 answer
How to include Google App Engine Endpoints in a Cordova project?
Hello All i am new into Cordova, Right now i have developed a web application using Google datastore, but now i want to use the same endpoints library into my cordova project. I have generated my Endpoints SNAPSHOT.jar file, how do i proceed from…

CuriousDeveloper
- 13
- 3
0
votes
2 answers
Handling multiple exceptions thrown by Jackson on Spring endpoint
In the code below I'm exposing a POST endpoint. The return value of the POST is determined by a Boolean attribute on the Success object :
@RequestMapping(value="/new", method = RequestMethod.POST,produces =…

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
1 answer
Auto-generating Endpoint in node.js
I'm trying to make a new endpoint everytime a node is connected to my server,
and will be used only by that endpoint.
But, right now I'm stucked in how to generate a new endpoint while the node.js program is running.
Here is a little ilustration of…

Lyncheese
- 13
- 3
0
votes
1 answer
How should I design my RESTful API in this concrete case?
I am building an API with Loopback.io, and I have been thinking about how should I design some of the endpoints.
To get in context:
a Person hasMany Groups,
a Group hasMany People (and one of them is the admin),
a Member is the "Through" model for…

Enric A.
- 893
- 10
- 18
0
votes
1 answer
Invoking @POST in jax-rs Endpoint
I have an jax-rs endpoint as below. I need to post a message to a web page through this endpoint. When I execute the endpoint using a client the method with @GET executes. But the method with @POST does not execute. I need to know when will be the…

Hasanthi
- 1,251
- 3
- 14
- 30
0
votes
2 answers
Multiple sandbox URL configuration in wso2 API manager
I am looking for configuring multiple sandbox URL in wso2 API manager as the API which i am configuring is deployed in various lower environment(like Dev,Test,UAT).
Is it possible is wso2 api manager if yes, what configuration needs to be changed to…

Amith Srinivasan
- 65
- 4