Skip to main content

Questions tagged [proxy]

-2 votes
2 answers
131 views

Usually, a proxy is used for internal services, but I'm interested in the opposite situation. I want to create a single point of access to external resources for my services. These external resources ...
Dmitrii Apanasevich's user avatar
1 vote
0 answers
260 views

I'm currently working on a project where I have a WebSocket Secure (WSS) server and a WSS client. The client establishes a WebSocket connection over TLS to the server, which enables bi-directional ...
ray an's user avatar
  • 111
1 vote
2 answers
280 views

I am creating an API proxy that acts as a bridge between our frontend application and an AWS opensearch server. This proxy has additional features such as retries and timeouts. One of the features I'm ...
lightning_missile's user avatar
2 votes
1 answer
5k views

Background We have a number of backend api's that do work; some connect to equipment, some store data, etc. The original setup was each service was a native c# asp.net 6 minimal api running on a ...
Felix Castor's user avatar
0 votes
0 answers
235 views

It's been a long time since I worked with SOAP so my question might be trivial but I just wasn't able to find a satisfying answer so far! Anyways here's what's going on: I got access to a system via ...
LazarQt's user avatar
2 votes
1 answer
142 views

I'm reading a book on design patterns. On proxy pattern the code are following: class SensitiveInfo: def __init__(self): self.users = ['nick', 'tom', 'ben', 'mike'] def read(self): ...
Yehui He's user avatar
0 votes
0 answers
63 views

I am building an application which will provide users with custom pages served under the subdomain within my application domain. What I want to do as next step is to allow users to create CNAME which ...
Marek Urbanowicz's user avatar
6 votes
2 answers
785 views

Hello Fellow Programmers, We are converting our monolithic application into microservice based. One challenge which we are facing is that one of our component is stateful. We cannot make this ...
Tuhin Dey's user avatar
2 votes
1 answer
242 views

I'm actually reading about the Proxy design pattern (https://refactoring.guru/design-patterns/proxy) and I'm wondering about what does prevent the Client to call directly the RealSubject class. I give ...
Vincent PHILIPPE's user avatar
1 vote
0 answers
236 views

Say I have some code which consumes a class called Subject, which implements ISubject. Would there be any concerns if I were to build a ProxySubject, which inherits Subject? I like this style because ...
Ama's user avatar
  • 247
0 votes
2 answers
853 views

I've been learning about proxy classes in c++. I really don't see the advantages of using proxy classes, as they're not any better at concealing information than private members are. What advantages ...
Picachieu's user avatar
  • 135
5 votes
1 answer
963 views

We current have a very simple Multi Tenant monolith, with a SQL SERVER backend (Self hosted on EC2 on AWS), and multiple application services talking to one DB behind an Classic AWS ELB. Our database ...
Joshscorp's user avatar
  • 101
2 votes
1 answer
612 views

A common use of the adapter pattern is to support functionality that isn't actually supported in an underlying class. For example, if I use an API to interact with a Samsung Smart TV, I might want to ...
moonman239's user avatar
  • 2,063
-2 votes
1 answer
284 views

I hosted a hobby NodeJS Server from my Linux and all is fine by accessing my direct IP. Because I find this ugly and also less secure, I decided to route my domain which is set to Cloudflare to my IP....
Desmond's user avatar
  • 13
0 votes
1 answer
2k views

Hopefully this is the correct channel for such a question and my quest for further knowledge. I've currently built a significant platform which allows clients to communicate with our API, which in ...
Tez Wingfield's user avatar

15 30 50 per page