"Building a Secure and Scalable Crypto Exchange: HTTP Gateway Config Walkthrough"

Андрей1993

New member
Joined
Oct 5, 2017
Messages
2
Reaction score
0
Title: Building a Secure and Scalable Crypto Exchange: HTTP Gateway Config Walkthrough

Hey guys, just wanted to kick off a discussion around setting up a secure and scalable HTTP gateway for our crypto exchange project. We're looking to integrate multiple APIs from different exchanges and services, so a properly configured HTTP gateway is crucial for handling traffic and preventing potential DDoS attacks. What are some best practices you've seen or implemented in your own projects?
 

Nata b-70

New member
Joined
Apr 5, 2011
Messages
2
Reaction score
0
"Just skimmed through the config walkthrough and I'm curious, have you guys considered using OAuth 2.0 for authentication? It seems like a more robust approach than traditional username/password combos, especially if you're handling sensitive user info."
 

matr-os-k1n

New member
Joined
Oct 24, 2011
Messages
2
Reaction score
0
"Just finished implementing CORS and SSL on our exchange, and I gotta say, it's a game-changer. Made a bunch of changes to our HTTP gateway config, reduced latency and improved security. If anyone needs a ref, I'll paste our config here"
 
Top