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
3
votes
2 answers

what is the difference between payment gateway and marchant gateway?

what is the difference between payment gateway and marchant gateway? Which one should be used when?
itsazzad
  • 6,868
  • 7
  • 69
  • 89
3
votes
1 answer

how to configure gateway on centos(used google but no answers)

here are some configuration files from the virtualbox on centos5.5, i've restart the network,but also can't connect to the internet, no gateway records information listed using route command, however,while i typing "route add default gw 192.168.0.1"…
yuhai.hacker
  • 31
  • 1
  • 1
  • 2
3
votes
0 answers

Spectrum XMPP gateway and Facebook Platform Auth

I'm the Jappix XMPP web-client founder, and need this really important thing for Jappix-related project purposes. I'd like to login to Facebook Chat through the Spectrum Gateway so that I can chat with my Facebook friends through my XMPP account, on…
2
votes
0 answers

Load another application with a different IP default gateway

this is the situation: a company with two internet connections with two routers in the same subnet. There are two gateways: 192.168.0.1 and 192.168.254. One connection is more reliable, the other is faster. What they want is to start some…
Alexander
  • 145
  • 1
  • 1
  • 6
2
votes
1 answer

Static AND Dynamic Headers in Spring Integration Gateway

I'm able to add a dynamic header to a gateway by using: public interface Gateway { @Gateway(requestChannel="myChannel") public void send(String message, @Header("dynamicHeaderValue") String dynamicHeader); } Alternatively I can add a static…
James
  • 1,720
  • 5
  • 29
  • 50
2
votes
0 answers

Spring Gateway API encounters status 403 (forbidden), but in Postman I get status 200

Problem Overview: I have a web application built with a Java Spring Boot backend and a custom frontend using JavaScript. The frontend communicates with the backend through a Spring Cloud Gateway. The application involves user registration and login…
2
votes
0 answers

Local notebook server using a gateway server for kernel management, writing to a local file

I have a Jupyter notebook server running on my local machine, with a gateway server running on a more powerful/remote machine. I can write to a file on the remote machine with normal code in a normal notebook, but I can't figure out how to write to…
Jayen
  • 5,653
  • 2
  • 44
  • 65
2
votes
1 answer

Spring boot and Zuul proxy DeferringLoadBalancerExchangeFilterFunction Error

I have a simple app that uses Netflix Zuul as an API gateway I added the Zuul dependency in the pom.xml file as follows: org.springframework.cloud spring-cloud-starter-netflix-zuul
HibaHasan
  • 1,255
  • 2
  • 5
  • 12
2
votes
1 answer

json: cannot unmarshal object into Go value of type []interface {}

I am using krakend and local nodejs server. As per : Using KrakenD with local nodejs server I have created the krakend and nodejs server. It is up and Running and the communication between krakend and nodejs server is properly going on. But, the api…
2
votes
0 answers

Is it possible to use programmatic IAP authentication with Kubernetes Gateway API in GKE?

GKE Ingress is integrated with IAP: https://cloud.google.com/iap/docs/enabling-kubernetes-howto The problem we have is that we need header based routing, which is not supported. Kubernetes Gateway API supports header based routing but I haven't seen…
2
votes
1 answer

HTTP gateway for multiple pages

We are working on a gateway server that would serve as an entry point for multiple web pages. The gateway is accessible at http://example.com and every web page that is routed to has a unique URL, for instance http://example.com/app1 will take you…
pajton
  • 15,828
  • 8
  • 54
  • 65
2
votes
0 answers

spring cloud gateway oauth2 insert dynamic oauth2 configs

how can I inject a configuration dynamic in the spring boot security context ? the object look like: ClientRegistration clientRegistration = ClientRegistration .withRegistrationId(realmName) …
George Sand
  • 81
  • 11
2
votes
2 answers

Why does the Azure Virtual Network Express Route Gateway require public IP?

I need to setup connection between Express Route and VNET in Azure. It requires to create Virtual Network Gateway as Express Route Gateway type. This Gateway ask for public IP. So, I wonder why we need the public IP? Can Vnet and Express route can…
duy
  • 579
  • 5
  • 16
2
votes
2 answers

AWS Lambda AP Gateway Handling DIfferent Routes

I have 3 webhooks that calls my API Gateway which calls my Lambda Function. url/webhook/.... I want each webhook to call its own python method startDelivery --> def start_delivery(event, context): UpdateStatus--> def update_status(event,…
AAA
  • 87
  • 1
  • 1
  • 13
2
votes
3 answers

How to change gateway, subnet of a network adapter of a virtual Machine inside HyperV via WMI?

Helo all, My Question is: 1. How to set Subnet Mask , DNS address and Gateway address of network adapter inside a virtual machine in hyper-v programatically via WMI and C#? Note: I am successfully able to add and retireve IP Address as described…
Steve Johnson
  • 3,054
  • 7
  • 46
  • 71