A PHP program hits my Python exposed APIs hosted on Flask. Can you suggest some measures to obfuscate /scramble my URLs so that they can be mapped easily on the Python side.
A PHP program hits my Python exposed APIs hosted on Flask. Can you suggest some measures to obfuscate /scramble my URLs so that they can be mapped easily on the Python side.
I suppose the easiest would be to have a lookup table in your web app that you could map incoming requests to.