|
|
|
|
|
by isuckatcoding
3615 days ago
|
|
What are some other ways to prevent people from discovering your API endpoints? One terrible idea I just had was creating only one publicly accessible API and then encrypting the actual endpoint in the payload which the server would decrypt and then redirect. |
|