How to redirect requests?
2023-9-4 02:5:50
Author: 0x00sec.org(查看原文)
阅读量:7
收藏
1
Hello,
Consider a program that communicates with a database server. The IP address is fixed in the program code (hard coding) and there is no access to the program source code. The IP address of the database server must be changed. What solution do you suggest for the application to communicate with the database server with the new IP address?