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

Increasing 504 timeout error

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
Matthew Jones
  • 971
  • 1
  • 7
  • 6
71
votes
1 answer

Magento Payment flow

I am working on implementing a new payment module for Magento and want to understand the core concept behind this logic. I know I have to extend from Mage_Payment_Model_Method_Abstract or any of its children classes, but my problem is when to use…
zokibtmkd
  • 2,173
  • 1
  • 22
  • 24
68
votes
12 answers
64
votes
7 answers

Can't delete AWS internet Gateway

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 those public addresses before detaching the gateway. (…
Souad
  • 4,856
  • 15
  • 80
  • 140
46
votes
4 answers

Build an own SMS Gateway

We run a remote system and would like the servers to be able to alert us to their status via SMS. Is it possible to setup our own SMS gateway (or our own GSM network) so we DO NOT have to pay for an SMS provider? Is this possible? if so, please let…
45
votes
15 answers

How do I get the default gateway in Linux given the destination?

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 Iface 10.9.9.17 0.0.0.0 …
Suezy
  • 1,071
  • 4
  • 13
  • 19
40
votes
3 answers

How do I get netcat to accept connections from outside the LAN?

I'm using netcat as a backend to shovel data back and forth for a program I'm making. I tested my program on the local network, and once it worked I thought it would be a matter of simply forwarding a port from my router to have my program work over…
Chris
  • 631
  • 1
  • 5
  • 7
30
votes
9 answers

Get gateway ip address in android

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.
Himanshu
  • 909
  • 3
  • 9
  • 13
28
votes
5 answers

Don't allow direct calls to Microservices. Only allow through API Gateway

Maybe this is a strange question (I'm new with Microservices). But I'm looking for some info on how proceed with this. Does not need to be Spring specific, but that's the framework I'm using at the moment. Example: Lets say we have two…
Dimman
  • 1,186
  • 4
  • 14
  • 21
28
votes
3 answers

Using Zuul as an authentication gateway

Background I want to implement the design presented in this article. It can be summarised by the diagram below: The client first authenticate with the IDP (OpenID Connect/OAuth2) The IDP returns an access token (opaque token with no user info) The…
phoenix7360
  • 2,807
  • 6
  • 30
  • 41
23
votes
2 answers

What is a good open source alternative to Kannel for SMS gateway?

I need to setup an open source SMS gateway to send messages using my mobile phone via USB cable. I tried Kannel but its lack of GUI frustrated the user who is intended to admin it (not an advanced user).
MauroPorras
  • 5,079
  • 5
  • 30
  • 41
19
votes
8 answers

Spring Gateway Request blocked by CORS (No Acces0Control-Allow-Orgin header)

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 sending the data directly to the web service it…
Kyle Van Raay
  • 228
  • 1
  • 2
  • 11
19
votes
1 answer

what's distinction of HTTP proxy, tunnel, gateway?

all, I see the terms from RFC 2616. http://www.w3.org/Protocols/rfc2616/rfc2616-sec1.html#sec1 But I can't understand the distinction of the proxy, tunnel and gateway? Can anyone give me a simple explanation of them? Thanks.
flygoast
  • 2,591
  • 3
  • 15
  • 8
18
votes
3 answers

Java send and receive SMS. Free SMS gateway?

On some questions here on SOverflow I found THIS. But it says that it is not avaiable at the moment and probably it will never get avaiable. Based on THIS I realised that there is no need on building my own SMS service. So the question: My java…
vale4674
  • 4,161
  • 13
  • 47
  • 72
17
votes
7 answers

Android as SIP to GSM gateway

Soon I could use a SIP to GSM gateway, because I'll need to make phone calls from Germany to a mobile phone in Czech Republik. Hence, I thought about implementing one. Now, the questions are: Does such a solution already exist (for a reasonable…
user346034
1
2 3
79 80