Does Apigee support non-HTTP protocols?

Not applicable

Hello,

Would Apigee support a TLS socket endpoint (not HTTP or HTTPS)? We have a FIX gateway endpoint running over TLS sockets. Would Apigee be able to support rate-limiting or other features on that sort of endpoint?

Thanks,
Mark

Solved Solved
0 2 1,648
1 ACCEPTED SOLUTION

Nope.

Apigee Edge looks like an HTTPS proxy in the network.

It does not listen on FTP, TCP, or other protocols.

Some customers have built connectors to backends that are not HTTPS. For example a connector to a traditional database might use the DB protocol, or there are connectors to FTP sites or message queues.

But Apigee Edge does not listen on non-HTTP protocols.

View solution in original post

2 REPLIES 2

Nope.

Apigee Edge looks like an HTTPS proxy in the network.

It does not listen on FTP, TCP, or other protocols.

Some customers have built connectors to backends that are not HTTPS. For example a connector to a traditional database might use the DB protocol, or there are connectors to FTP sites or message queues.

But Apigee Edge does not listen on non-HTTP protocols.

Thanks Dino!