locked
Masking of query string parameters RRS feed

  • Question

  • Hello all,

     I have a dot net application which has a query string parameters coming from a sharepoint site. I want to mask those incoming query string parameters.

    Can anybody sugeest me whats the best method to mask paramters which are coming from another application, but not from any other aspx page.

     Any help is greatly appreciated.

    Thanks

    • Moved by Caillen Sunday, January 25, 2015 8:16 AM
    Sunday, January 18, 2015 1:28 AM

Answers

  • Just don't display what you don't want others to see.

    Or that you need here something else. Please explain...

     

    Noam B.


    Do not Forget to Vote as Answer/Helpful, please. It encourages us to help you...

    • Proposed as answer by Noam B Wednesday, January 21, 2015 4:59 PM
    • Marked as answer by Just Karl Wednesday, April 15, 2015 8:45 PM
    Sunday, January 18, 2015 11:06 AM
  • Hello,

    As I said previously, your question is actually not related to Visual C# language, probably you can post in SharePoint forums to see if there's any way to encrypt the parameters.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    • Edited by Caillen Tuesday, January 20, 2015 5:32 AM
    • Marked as answer by Just Karl Wednesday, April 15, 2015 8:45 PM
    Tuesday, January 20, 2015 5:32 AM

All replies

  • Just don't display what you don't want others to see.

    Or that you need here something else. Please explain...

     

    Noam B.


    Do not Forget to Vote as Answer/Helpful, please. It encourages us to help you...

    • Proposed as answer by Noam B Wednesday, January 21, 2015 4:59 PM
    • Marked as answer by Just Karl Wednesday, April 15, 2015 8:45 PM
    Sunday, January 18, 2015 11:06 AM
  • Few options for you here:

    1. Encrypt your query string.

    2. Use session variable.

    3. Use cookies.

    chanmm


    chanmm

    Sunday, January 18, 2015 1:31 PM
  • Hi,

    Thanks for replying. I understand we can use all these methods if its coming from any aspx page. How to encrypt parameters which re coming from another application not from any aspx page? Any ideas ?

    Thanks

    Monday, January 19, 2015 5:20 AM
  • Hello,

    This is actually what the SharePoint site developer should take into account, I don't think you can do anything about the data coming from other applications. My suggestion is that you contact the provider of the SharePoint site, ask them for help to encript the query string parameter.

    By the way, your question actually has little do to with Visual C# language.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    • Edited by Caillen Monday, January 19, 2015 6:42 AM
    Monday, January 19, 2015 6:40 AM
  • HI,

    I want a solution. If anybody knows how to hide parameters of incoming url please let me know.

    How to encrypt it wirh sharepoint designer. If there is any way please suggest?

    Thanks

    Monday, January 19, 2015 7:06 AM
  • Hello,

    As I said previously, your question is actually not related to Visual C# language, probably you can post in SharePoint forums to see if there's any way to encrypt the parameters.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    • Edited by Caillen Tuesday, January 20, 2015 5:32 AM
    • Marked as answer by Just Karl Wednesday, April 15, 2015 8:45 PM
    Tuesday, January 20, 2015 5:32 AM
  • Hello,

    Seems that you've post your question in Sharepoint Forums, and some developers have given you suggestions or solutions. Please check the answers there and follow up if needed.

    https://social.msdn.microsoft.com/Forums/office/en-US/d999d231-c517-4dbb-80e3-ede99eab09ed/encrypt-query-string-parameters?forum=sharepointdevelopment#d999d231-c517-4dbb-80e3-ede99eab09ed


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Sunday, January 25, 2015 8:16 AM