I'm looking for a way to obfuscate specific URLs in my AngularJS code without using base 64 encoding. Is there a method to only obfuscate URLs?
var app_data = {
'APP_CONFIG': {
'USER_URL': 'http://127.1.1.0:8000/Test/users/',
'CLIENT_URL': 'http://127.1.2.0:8000/Test/client/'
}
}