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
6
votes
1 answer

Connecting to Istio ingress gateway gives a 404 error

I installed istio v1.1.1 using the available helm chart. I have $ kubectl get svc istio-ingressgateway -n istio-system NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) …
kosta
  • 4,302
  • 10
  • 50
  • 104
6
votes
1 answer

"Hg to Hg (Gateway) to SVN" compared to "Git to Git (Gateway) to SVN"

Question is similar to this (unanswered) and this one (same problem not involving Git). The goal is to make Hg a front end for SVN for a period of time before transitioning fully to Hg. The setup should probably look like the one depicted below…
dm3
  • 2,038
  • 2
  • 17
  • 20
6
votes
1 answer

Looking for API Gateway Technology that call multiple microservices

In my company, we plan to migrate our back-end solution, which is a huge monolith, to a sexier microservices architecture. So far, we have benchmarked many technologies, and we will probably use the AWS infrastructure with AWS EC2 Container Services…
6
votes
1 answer

Does NginX(Open source, not Nginx plus), supports API Gateway?

Does NginX(Open source, not Nginx plus), supports API Gateway? Please, help me get to the valid documentation or information. Thank you!
TuneIt
  • 572
  • 2
  • 9
  • 20
6
votes
0 answers

How to build Woocommerce payment gateway with iframe

I am working on building a custom wordpress woocommerce payment gateway. I am following this tutorial "https://www.sitepoint.com/building-a-woocommerce-payment-extension/", the issue is that i am not using the direct payment method, and instead i…
6
votes
2 answers

Force close when try to Invoke method

I have a problem when I try to set up the client, I got the message: toString() failure in the factory.build. Method threw 'java.lang.IllegalArgumentException' exception. Cannot evaluate $Proxy1.toString() then when i call ApiClientFactory factory =…
6
votes
3 answers

Azure Application Gateway 502 error

I being working with the Azure application gateway, and stuck at the following error. Here, my Network Diagram Here, the powershell script which I had configure Poweshell Output PS C:\Users\shabbir.akolawala> Get-AzureApplicationGateway…
Shabbir
  • 441
  • 2
  • 7
  • 17
6
votes
1 answer

Spring Integration Gateway reply channel when method return is void

I've questions/clarifications-to-make regarding SI gateway feature: If my gateway interface is defined as below: public interface MyGateway{ public void myGatewayMethod(Message inMessage); } And my gateway configuration defined as…
lbvirgo
  • 354
  • 1
  • 5
  • 22
6
votes
1 answer

How to design a RESTful HTTP gateway for a protocol that requires persistent connections?

I'm working with a persistent client/server protocol and I need to design a RESTful gateway. I don't have a lot of experience designing REST interfaces and I don't understand how I should handle (in a RESTful way) the session IDs needed to maintain…
Andrei Savu
  • 8,525
  • 7
  • 46
  • 53
6
votes
3 answers

how to use ccavenue payment gateway in asp.net

I have to implement ccavenue payment gateway in asp.net. I have searched lot on the internet but not able to find single working example with asp.net. I have tried example from site also but it is not documented and not proper . I have no idea about…
p.k
  • 71
  • 1
  • 1
  • 5
6
votes
4 answers

How to set up gateway of public network in vagrant

I am setting up my Virtualbox Centos VM with vagrant. I am setting up with a public network. config.vm.network :public_network, ip: "10.135.15.137" How do I setup the GATEWAY along with this?
deDishari
  • 187
  • 1
  • 3
  • 11
5
votes
1 answer

Using stageVariables in lambda integration for API Gateway raises validation error

I have two stages for my API Gateway (dev and prod). I want each to point to dev and prod lambda aliases, respectively. I tried using stageVariables in the lambda integration but this raises validation errors and API Gateway doesn't have permissions…
zach
  • 51
  • 2
5
votes
1 answer

Place an order in Interactive Brokers using API request

First, to begin with, I was successfully able to place an order using TWS API. However, for that, as I understood, I need to run the TWS desktop version in the background. But I need to run this on my remote server. So I used a 3rd party API called…
Wenuka
  • 887
  • 2
  • 9
  • 25
5
votes
3 answers

Spring Cloud Gateway doesn't find the microservices (Not found 404 error)

I have this simple microservices application with Spring Boot and I try to add the Spring Cloud Gateway service, but it doesn't work. All microservices, including the Eureka server, work well, but when I try to access to some microservice using the…
5
votes
1 answer

Refresh AWS RDS database from Power BI Web

I created a report in Power BI Desktop, connected to an AWS RDS database, and published it to the Power BI Web App, with an intent to refresh the dataset from the web app. I tried doing so with both MySQL as well as SQL Server (on RDS). However,…
Shahid Thaika
  • 2,133
  • 5
  • 23
  • 59