169 похожих чатов

Senario: Imagine we have an API system for our customers.

They use our service on their mobile or desktop.

We need to creare a proxy application. Our servers IP are in this application. Client open the application and turn on the proxy. Now all of the outgoing internet requests should be seprated to 2 part.

1- Requests to out server.

2- Request to rest of endpoint it the internet for example opening gmail or etc.

Then we want if client outgoing request was to our service, the proxy app detect it and send it to one of our proxy IPs. If its not to our server, jusy rely it to endpoin wihtout proxy effect. They should not be able to open other endpoints with our proxy application.

First of all how we can detect and split all outgoint http requests of a device by one application? How the login works. Is there any example for that?

Second is we need it for Mobile OS, Desktop Windows and Linux and MacOS, Smart TVs.

2 ответов

5 просмотров

why would you care about where the request is going? intercept all requests & forward them to the proxy which then forwards the requests to the destination

So a regular proxy with a whitelist?

Похожие вопросы

Обсуждают сегодня

Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
48
А чем вам питонисты не угодили?😂
.
79
type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
Такой вопросец - есть функция function MySuperDuperConcat(const a: array of AnsiString): AnsiString; Как мне в её теле сделать вот так? Result:=Concat(a); А не грустный вариан...
notme
15
Всем привет. Поделитесь, пожалуйста, опытом. Есть форма, на которой имеется dbgrid и кнопки: добавить, редактировать, удалить. Если нет записей в dbgrid, то кнопки редактирова...
Евгений
5
type TExtensions<GExtender>=class function GetExtension<GEntityExtenderType>:GEntityExtenderType; end; function TExtensions<GExtender>.GetExtension<GEntityExtenderType...
zamtmn
8
Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
86
Всем привет, препод задал вопрос, подскажите пожалуйста, какой адрес инкапсулирует указатель?
Свинка Пеппа
8
Почему никто ещё не написал квантовую виртуальную машину на Windows?
КТ315
7
Вот смотрите у меня есть два стрима сейчас fs, cs: TStream; fs := TFileStream.Create('filename'); cs := TCompressionStream.Create(compression_level, fs); Я хочу сделать так: ...
notme
5
Карта сайта