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

Spring Cloud Gateway : How to pass params to custom filter

I have a custom filter defined in my application.yml. I need to take some more parameters from that filter definition in YAML, so that I can perform a logic inside my custom filter. I have multiple such routes defined wherein the filter parameters…
Pluto
  • 301
  • 3
  • 8
5
votes
1 answer

how to find Subnetmask,gateway,DNS values of ethernet connection in android device?

I have android PC device ,handheld device which are connected through Ethernet connection. Right now i am able to get IP address and mac address of device but i also need to get the subnet mask,gateway, pri-sec DNS values. Please anyone tell me how…
shyam002
  • 237
  • 1
  • 5
  • 19
5
votes
1 answer

504 gateway timeout while runnning the Load Test jmeter

I have been working on performing the load test on jmeter for 500 users per second. I am using JMeter for the same. While running the load test I am continuously getting the error on login API. Below is the request and response which I am sending…
Ankita
  • 621
  • 2
  • 9
  • 25
5
votes
2 answers

How to put an HTTP Gateway on top of Azure Container Instances?

I would like to use Azure Container Instances behind a gateway (HTTP) to avoid an idle infrastructure when there is no traffic. Something which looks like this. There is something like that available in Azure ? (like API Gateway in AWS) Best
Stan
  • 86
  • 1
  • 7
5
votes
3 answers

Master card migs md5 to SHA-256 HMAC php

I have a gateway from migs but they are changed md5 to SHA-256 HMAC how can i change it on my code i tried too many times but i geting error 400 i think there are some issue on my code existing code
Sr33raj
  • 89
  • 4
5
votes
4 answers

Is there a name for this pattern?

I am basically quite sure this pattern must exist and possess a name... for now I will call it "gate pattern"... Here it is: In my webpage's javascript, I have to trigger various asynchronous processes. Let's not discuss how trully async js is, but…
Frank N
  • 9,625
  • 4
  • 80
  • 110
5
votes
1 answer

Simple docker-compose with two services: nginx and php

I'm beginning with Docker and nginx, and I'm trying to setup a two container environment running: nginx:latest on one side php:fpm on the other side I'm having trouble with php-fpm: I always get a 502 Bad Gateway error. My setup is straightforward…
Clement
  • 3,860
  • 4
  • 24
  • 36
5
votes
1 answer

In Web services, what is difference between Endpoint and Remote Gateway

I goggled but I cannot determined what are the difference between endpoint and gateway. Based on their definition, they seems alike. Description of Endpoint What is Web Service Gateway? Web Service Gateway is a server-side application that opens…
richersoon
  • 4,682
  • 13
  • 44
  • 74
5
votes
4 answers

Any way to detect SMS to E-Mail Gateways?

I want to create a PHP app that can send text messages ; There are different gateways for different email carriers. Is there any library I could use that would be able to lookup or detect which gateway to use just by passing the phone number into…
Paul
  • 849
  • 1
  • 7
  • 18
5
votes
1 answer

Multiple Instance Issue with ColdFusion 10: "Bad Gateway Error"

I am creating a multiple instance setup on my developer edition of ColdFusion. I am running on Maverics. My guide to the process is this article by Rob Brooks-Bilson. I did everything right. However I get the 'Bad Gateway Error' when I try to ping…
GaneshUday
  • 53
  • 2
5
votes
0 answers

504 Gateway timeout when using Azure Service Bus relay

I'm using Windows Azure Service Bus relay to expose a WCF service that lives on premises using basicHttpRelayBinding. For every request, the web service will just get some data out of a SQL Database using entity framework, then convert the results…
4
votes
1 answer

Spring Integration Get HTTP Outbound Gateway Response

I need to POST a REST service call and get the data it returns (all of this is with JSON). I have an outbound-gateway with its reply-channel as a chain, and the chain has one transformer.
Alex Beardsley
  • 20,988
  • 15
  • 52
  • 67
4
votes
1 answer

Get current orderId in magento payment module during checkout

I am implementing my own payment module for Magento, where I implemented getCheckoutRedirectUrl() method in my payment model. class My_Module_Model_Payment extends Mage_Payment_Model_Method_Abstract {} This method is supposed to just return URL of…
KoviNET
  • 717
  • 1
  • 7
  • 23
4
votes
2 answers

Is that possible to add two different default gateways into the routing table for two different NICs in android?

By default, the packets of default connection will use eth0 to go out/in. The default gateway in the routing table is eth0's gw ip. When another interface said eth1 is up, I want to add another default gateway for eth1. Is that possible in…
joyce7216
  • 43
  • 1
  • 1
  • 5
4
votes
1 answer

How to adjust timeout for python app served with waitress

I am running a flask application which has an option in the UI where the user can click a button and it calls an endpoint to perform some analysis. The application is served as follows: from waitress import serve serve(app, host="0.0.0.0",…
KSync
  • 51
  • 6