gateway Questions

2

I have a scenario in an implementation of spring cloud gateway (Just for illustration call that service custom api gateway). In this 'Custom API Gateway' I want to define a route, filters, predica...
Postlude asked 26/2, 2021 at 2:27

2

Solved

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...
Contretemps asked 31/8, 2021 at 21:30

7

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 ...
Musset asked 4/8, 2021 at 20:14

2

I'm creating a Nginx container using docker-compose under version 3.7 I'm trying to specify the ipam attribute. But when I read from the below official reference: https://docs.docker.com/compose/c...
Mcburney asked 11/8, 2019 at 3:3

7

I am trying to send a message to a client connected through the socket by using **AWS.ApiGatewayManagementApi() postToConnection** method. It's working fine in local, but not working in ec2. The on...
Verdin asked 10/6, 2019 at 7:53

1

I have a beanstalk reflected in my API gateway with passthrough, where my client sends a direct multipart/form-data request to beanstalk. The image sends correctly and I can open it normally, but w...
Fellow asked 21/12, 2016 at 19:52

7

Solved

I created an internet gateway in AWS VPC dashboard, I attached it to a VPC then I want to detach it but I keep getting this error: Network vpc-xxxx has some mapped public adresses, Please unmap th...

3

Solved

How to forward a path variable in Spring Cloud Gateway 2.0? If we have an microservice that has 2 endpoints: /users and /users/{id} and is running on port 8080, how to forward the request to the e...
Putout asked 5/2, 2018 at 21:48

1

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 valida...
Ocam asked 17/11, 2022 at 20:42

8

Solved

I have a Angular frontend, spring cloud gateway and a spring web service. When I try to send GET/POST data to the spring web service through the gateway I get the following error: CORS error. When ...
Parabola asked 13/4, 2020 at 14:15

5

I am building a serverless web site with AWS API Gateway (APIG) and Lambda functions. I must use proxy integration because the Lambda function behind has to receive http request headers. At the sam...
Fortification asked 13/3, 2017 at 13:34

1

Solved

Recently I had a contracted company do some work and part of that was to create an API Gateway. When I create one I add a stage with usage plan so I can add an API key. They did not. So now when I ...
Lager asked 30/9, 2022 at 15:47

1

Spring integration documentation explains that a payload expression must be specified when declaring a gateway from an interface method with no arguments, so that the framework knows what payload s...

1

I was able to integrate Spring Cloud Gateway with the Springdoc OpenAPI in an small application with an architecture oriented to microservices. But now, when I open the Swagger UI to test the endpo...
Futures asked 5/4, 2021 at 13:9

1

Solved

I'm developing the application on Flutter(dart) where users should be able to receive payments for some services. For example, user A offers service and user B should be able to pay for this servic...
Truelove asked 5/4, 2021 at 17:26

1

I am trying to pass query string through my WebSocket connections by wss://connection_url?queryparam=param but the lambda function invoked by the connection is not able to read the query param. in...
Bield asked 1/5, 2020 at 15:42

2

Is there any way I can make the error 504 gateway timeout longer if so how and where is the file to change it located. I am using nginx on centos 6
Jodijodie asked 29/5, 2012 at 21:25

4

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?
Kinchinjunga asked 10/2, 2014 at 12:11

1

Context I'm attempting to design an access control solution for our company product(s) that has the following three properties: customers can bring their own identity (from their IdP solution), ak...
Azoth asked 31/7, 2018 at 17:42

2

I user Spring Cloud Gateway witch is based on Webflux, in my MicroService envoirement every Service has a own Swagger with UI... No problems so far. Now i would centralize all Swagger to one in my ...
Plasmagel asked 29/5, 2019 at 21:58

9

How to get gateway IP details , There is option using wifimanager but. If there is no wify how to find gateway,dns and other details in android device when connected using usb tethering.
Inning asked 9/6, 2011 at 4:52

15

I'm trying to get the default gateway, using the destination 0.0.0.0. I used the command netstat -rn | grep 0.0.0.0 and it returned this list: Destination Gateway Genmask Flags MSS Window irtt Ifac...
Sperry asked 30/7, 2009 at 5:35

0

According to documentation https://learn.microsoft.com/en-us/azure/application-gateway/how-application-gateway-works#modifications-to-the-request Azure Application Gateway add to request 4 headers:...
Apollinaire asked 3/3, 2020 at 17:30

1

I have created a sample HTTP API (which is currently in a beta release) using the API gateway. This API does not use any authentication and has a lambda as an integration. The route accepts any HTT...
Formyl asked 3/1, 2020 at 19:34

© 2022 - 2024 — McMap. All rights reserved.