endpoint Questions
4
I am currently working on a project where I am attempting to use MinIO with a data moving program developed by my company. This broker software only allows for devices using port 80 to successfully...
6
Question
I have a probably rather simple question, but I'm unable to find an answer with nice explanations:
What is the difference (if any) between a route and an endpoint in the context of a RESTf...
2
We have an embedded device based on TI's CC2531 which has (apart from the control EP0 and a number of IN-only endpoints) an endpoint that is both IN and OUT. We have noticed a difference in how win...
2
Solved
I am not able to understand the difference between service endpoints and private endpoints clearly.
Need help preferably with an example.
Worthy asked 19/9, 2022 at 6:48
2
Solved
I was trying to enable kv secret engine at secret path in my vault setup..
I can easily do it using CLI
vault secrets enable -path=secret kv
But I have to make it work using Vault's HTTP APIs.
I h...
Chanson asked 31/7, 2020 at 7:54
8
Solved
I am new to Kubernetes and started reading through the documentation.
There often the term 'endpoint' is used but the documentation lacks an explicit definition.
What is an 'endpoint' in terms of ...
Nicotiana asked 17/10, 2018 at 14:54
4
When I run release pipeline for Azure App service with private endpoint, Below error happens
Error: Failed to fetch Kudu App Settings. Error: Ip Forbidden (CODE: 403)
Any suggestion?
Ioneionesco asked 15/11, 2020 at 14:37
3
Solved
What is a REST API entry point and how is it different from an endpoint?
I have searched for various definitions online but still can't seem to wrap my head around them (I am new to APIs in genera...
3
I have been trying to use the extension method GetEndpoint() as detailed here:
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.endpointhttpcontextextensions.getendpoint?view=...
Garter asked 9/1, 2021 at 0:50
11
I have a problem with a WCF service.
I have a console application and I need to consume the service without using app.config, so I had to set the endpoint, etc. by code.
I do have a service referen...
6
Solved
I am going through this book on restful web services with spring. I decided to move away from what they were doing and use java configuration files. For some reason, after switching over to the Jav...
Pyrexia asked 24/4, 2016 at 4:25
35
Solved
I've added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error:
Could not find default endpoint element that references contract 'IMySOAPWe...
Spiraea asked 9/12, 2008 at 13:6
6
How can I set the endpoint address dynamically?
I set endpoint address in a property at runtime, and need to replace the URI of endpoint address with its value.
How can I set the URI value of addre...
3
I am trying to get this fetch method to work in Svelte
When the page.svelte calls the function to fetch the data, in the console I receive this
[HTTP/1.1 405 Method Not Allowed 19ms]
Which I have ...
Chickweed asked 24/7, 2022 at 12:0
2
Solved
ngrok was forwarding to only https for me which was giving an ssl certificate error when other services tried to access the endpoint.
Most of the times ngrok forwards to http and https but for some...
Wildman asked 24/6, 2022 at 12:52
1
I am trying to set alternate setting for the USB HUB device which has 5 interfaces.
Following are the configurations for each interface.
1. Ifs= 5 Cfg#= 1 Atr=c0 MxPwr= 2mA A: FirstIf#= 0 IfCount...
4
Solved
I made a simple web service but when I'am trying to test it on soapui its giving this error:
WARN : [Oct-11 12:56:38,081] ws.server.EndpointNotFound - No endpoint mapping found for [SaajSoapMessag...
Mutule asked 11/10, 2014 at 8:8
2
Solved
After initiating a skeleton project from sveltekit app. my index has a form :
<script>
let name
let password
async function submitit(){
// console.log("name is :", name)
// co...
6
Solved
Instagram used to expose open data as json under the endpoint https://www.instagram.com/<username>/?__a=1. This changed over night, the endpoint is not available anymore. What is the new endp...
Translate asked 12/4, 2018 at 5:51
6
I tried creating a Route 53 alias record but that didn't work.
Rhapsodist asked 3/6, 2016 at 17:55
4
Attempting to "Generate SAS and connection string" in Azure Shared access signature. The following message is present "Some routing options are disabled because the endpoints are not...
3
Almost every definition of socket that I've seen, relates it very closely to the term endpoint:
wikipedia:
A network socket is an internal endpoint for sending or receiving data
at a single no...
Accordance asked 25/11, 2017 at 17:49
1
How to protect access to this endpoint from a single Windows machine.
URL: https://test.rev.com:443/press/api/v1/receiver
Need to avoid POST access from any other machine in AWS
Sucy asked 22/9, 2021 at 12:11
1
Solved
How do I retrieve the order ID from the order KEY in WooCommerce? (PHP code)
e.g.
I have the order KEY which looks like 'wc_order_qkTc2RVyGtVil' and I want to get the order ID which looks like '195...
Yes asked 20/4, 2021 at 15:34
3
I need to create users to assign them permissions with RBAC, I create them as follows:
echo -n "lucia" | base64
bHVjaWE=
echo -n "pass" | base64
cGFzcw==
apiVersion: v1
kind: Secret
metadata:
na...
Khorma asked 6/7, 2017 at 12:9
1 Next >
© 2022 - 2025 — McMap. All rights reserved.