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
17
votes
6 answers

Shopping Cart API for any payment gateway? (PayPal at least required)

I'm trying to find a java based API that wraps up the details of processing a credit card transaction or purchase via PayPal at a minimum, and other gateways as a plus in an IPN fashion (ie no products required, just an invoice amount) As a bit of a…
Brad Parks
  • 66,836
  • 64
  • 257
  • 336
16
votes
2 answers

How to increase page timeout to prevent 504 error?

I am running a file with considerable amount of code and have to process it for 1000 users. It takes approximately 55 seconds to process 500 users, so I have to increase the default gateway timeout time. From this question, I found that I have to…
rajankaneria
  • 193
  • 1
  • 1
  • 6
15
votes
7 answers

Receive SMS messages by web application

We are building a web app that should be able to receive SMS messages and store the information contained in it in database. Which methods have you used? Which service providers are out there that can assist?
Mark
  • 217
  • 1
  • 2
  • 9
14
votes
1 answer

OAuth 2 separate authentication from authorization for server-server API calls

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), aka we can federate with them for identity. This gives…
user7667810
13
votes
1 answer

Running docker container through mitmproxy

I'm trying to route all traffic of a docker container through mitmproxy running in another docker container. In order for mitmproxy to work, I have to change the gateway IP of the original docker container. Here is an example of what I want to do,…
user2419509
  • 303
  • 1
  • 3
  • 9
13
votes
1 answer

What different between Master node gateway and other node gateway in elasticsearch? Both of them store meta data, isn't it?

What different between Master node gateway and other node gateway in elasticsearch? Both of them store meta data, isn't it? Meta data, elasticsearch called, what information we can get from it?
Hoony
  • 279
  • 1
  • 4
  • 9
13
votes
2 answers

How to use iptables in linux to forward http and https traffic to a transparent proxy

I have a Ubuntu linux system acting as a gateway system with two interfaces on it. One interface is for the local network and one interface is for the internet. I am able to route traffic through it with no problem at all. I use two iptables rules…
ajt
  • 1,341
  • 3
  • 13
  • 30
12
votes
2 answers

What's the difference between a reverse proxy and a gateway?

I know the difference between a forward and reverse proxy, but am not clear on how a reverse proxy is different from a gateway.
user994165
  • 9,146
  • 30
  • 98
  • 165
11
votes
1 answer

Should an API Gateway Communicate via a Queue or directly to other μServices?

I was wondering which of my two methods is more appropriate, or is there event another one? (1) Direct Direct communication between GATEWAY and μSERVICE A UI sends HTTP request to GATEWAY GATEWAY sends HTTP request to μSERVICE A μSERVICE A returns…
Florian Ludewig
  • 4,338
  • 11
  • 71
  • 137
11
votes
1 answer

How to set up an SMS gateway

I'm ambitious to setup an SMS Gateway to provide SMS capability to multiple providers in India. I want to provide the registered users the ability to add their own sender ID or even their mobile no. as sender ID (as 160By2 provide). I have already…
gkns
  • 697
  • 2
  • 12
  • 32
10
votes
2 answers

NserviceBus Gateway Sample

Has anyone managed to get the NServiceBus Gateway component to work? The sample in v3.0 does not work out of the box like other samples. A step by step guide or code sample will be helpful to get this component working. Thanks
Michael
  • 101
  • 2
10
votes
5 answers

Get default gateway in java

I want to fetch default gateway for local machine using java. I know how to get it by executing dos or shell commands, but is there any another way to fetch? Also need to fetch primary and secondary dns ip.
Nirmal- thInk beYond
  • 11,847
  • 8
  • 35
  • 46
10
votes
0 answers

Express Gateway - Is data composition/aggregation possible?

I've been reading a lot but don't seem to find an answer to the question: Is it possible to do data composition, for example from 3 microservices? => Exposing an endpoint with the aggregate data on the API Gateway? Or how does one approach this? I…
MackDoms
  • 175
  • 11
10
votes
5 answers

How to serve binary data from AWS API Gateway with proxy integration?

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 same time, some binary data need to be served. In my…
gini09
  • 259
  • 3
  • 13
10
votes
2 answers

Micro Service with API Gateway

For my new project, I have to use Micro Services with Api Gateway. So I gathered detailed informations about Micro Service but the Api Gateway part is not clear. My question is, Is anyone know about how the request routing part is done in…
Palanikumar
  • 6,940
  • 4
  • 40
  • 51
1
2
3
79 80