Questions tagged [gateway]

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

1201 questions
2
votes
1 answer

How to read the deep insert values for sub parent child from odata sevice?

I am trying to implement deep insert for the multiple tables by doing the associations and navigation. I can able to post the data with parent and subparent values but i am facing the issue with fetching the values for sub parent children. this is…
2
votes
0 answers

502 bad gateway when async request hits 2 min

The issue described below doesn't happen on local development, only once I have deployed everything to test environment, which is hosted on Azure Web App. When calling an API endpoint from Angular (where I use Observer and subscribe on the request),…
T-Rex
  • 53
  • 9
2
votes
1 answer

Is there any way to get the default gateway IP on iOS using swift?

I’m having some issues to get the default gateway IP on iOS using swift. I found an application on apple store called 'Net Analyzer' that can get the default gateway IP as you can see on the image below. On the screen shot you can see the Default…
Mailson
  • 63
  • 2
  • 8
2
votes
0 answers

How communicate between sensors and IoT Hub through Field Gateway?

We are going to use Field Gateways(hardware and software) for connecting 1 or more devices behind the Gateway to Azure IoT Hub. The devices can't connect to Azure IoT Hub themselves. Since only our Gateways will be connected to the Iot Hub we face…
2
votes
1 answer

Can I use Braintree SDK(special me need Apple Pay) with PayPal Gateway?

I have a task, I need append to my client project Apple Pay. But we have integrated payment system Paypal. I researched Paypal SDK and found official information about stopping support PayPal SDK in 2013 and then below advice, use Braintree SDK. For…
2
votes
1 answer

Does Azure Data Gateway take advantage of columnstore data?

We have a Tabular model on Azure Analysis Services and we are using the Azure Data Gateway to read from our EDW. As an example, our Fact table is about 100MB using columnstore compression. Uncompressed, it is about 4GB. My question is, when we…
Gabe
  • 5,113
  • 11
  • 55
  • 88
2
votes
1 answer

Terraform AWS Transit Gateway and VPN Static Routes

Using Terraform, I have created the Transit Gateway, VPN definitions and associated them with the Transit Gateway. However, unable to to define static routes. when trying to add the static routes, the error says it must be added via the Transit…
2
votes
2 answers

Deploy Azure VPN gateway to existing vnet without affecting existing subnets

I am attempting to deploy a new Azure Virtual Network Gateway to an existing VNET that includes several subnets. I am configuring this in a test environment first with a dummy subnet. I am using ARM to create a .json template and parameters file,…
2
votes
1 answer

How to fix "403 - Forbidden - Access Denied" when requesting ressource in Spring Cloud Microservice?

I secured my auth-service with a jwt and when i request a ressource with the jwt in the header everything works fine. After I implemented a Eureka Service Discovery and a Zuul Gateway and try to request a secured ressource I get the following…
softwareUser
  • 398
  • 2
  • 6
  • 21
2
votes
1 answer

Istio Ingress Gateway using SDS failing due to credential Name

I'm trying to follow the instructions from: https://istio.io/docs/tasks/traffic-management/secure-ingress/sds/ However, when trying to create the Ingress Gateway, I am getting some form of validation error. Much googling hasn't found me…
James Woodley
  • 501
  • 1
  • 4
  • 18
2
votes
1 answer

Sending SMS using AWS API Gateway & AWS SNS without Lambda

I want to send SMS via AWS SNS service but not by using AWS Lambda instead I want to do following Use API Gateway use the AWS Services options select SNS directly not lambda ( why do I need lambda ? ) Call the API Gateway from the mobile app. Is…
Satendra Negi
  • 44
  • 1
  • 5
2
votes
1 answer

Spring Integration JMS Inbound Gateway reply channel has no subscriber

I have test with JMS Inbound Gateway in Spring Integration 5.1.3 But I got error as following: Caused by: org.springframework.integration.MessageDispatchingException: Dispatcher has no subscribers at…
Minh Trần
  • 356
  • 4
  • 13
2
votes
1 answer

Connecting to mongodb on ssl via istio ingress gateway

I have the following code in my istio ingress gateway apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: my-gateway namespace: staging spec: selector: istio: ingressgateway # use Istio default gateway implementation …
kosta
  • 4,302
  • 10
  • 50
  • 104
2
votes
2 answers

Not able to ping gateway in GCE new VM Instance

I provisioned one VM, I am trying to ping gateway IP from the terminal (in same VM using ssh) but I am not able to do so. For Example: My Internal Ip : 10.142.10.12 ip route show :-> 10.142.10.1 I am trying : ping 10.142.10.1 "no byte received" any…
2
votes
2 answers

How to implement Google Voice type telephony registration feature in .NET?

When you register a phone number with your google voice account google voice calls the number you just registered and you get the pin code used to confirm that it is indeed your phone you are trying to register, and to finish the registration…
Dean Kuga
  • 11,878
  • 8
  • 54
  • 108