I want to encrypt this(https://example.com/Abp/ServiceProxyScript) for security reasons is it possible
5 Answer(s)
-
0
hi
How do you decrypt it?
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ProxyScripting/AbpServiceProxyScriptController.cs#L32
-
0
Actually i need help both encrypting and decrypting the ServiceProxyScript. do you have any inputs please let me know
-
0
You can replace the
AbpServiceProxyScriptController
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ProxyScripting/AbpServiceProxyScriptController.cs#L32
-
0
Replace means shall i encrypt the data? if i encrypt the AbpServiceproxyScript client server communication may cause any issues?
-
0
I don't know your use case, just tell you you can change this service to change
/Abp/ServiceProxyScript
endpoint.