Open Closed

Shall I encrypt this https://example.com/Abp/ServiceProxyScript #2261


User avatar
0
Rajasekhar created

I want to encrypt this(https://example.com/Abp/ServiceProxyScript) for security reasons is it possible


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    Rajasekhar created

    Actually i need help both encrypting and decrypting the ServiceProxyScript. do you have any inputs please let me know

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    Rajasekhar created

    Replace means shall i encrypt the data? if i encrypt the AbpServiceproxyScript client server communication may cause any issues?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I don't know your use case, just tell you you can change this service to change /Abp/ServiceProxyScript endpoint.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11