Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy is my querystring being modified by Chrome Mobile on iPhone and Kindle Fire's Silk browser?
    primarykey
    data
    text
    <p>I have a portal application with the following url <a href="https://pv.xxxxx.org/Y/Students.aspx" rel="nofollow">https://pv.xxxxx.org/Y/Students.aspx</a>, at least that is how it appears in any of my web browsers on my PC. On my Kindle Fire HD (Silk) or iPhone (Chrome) it is showing up like </p> <p><a href="https://pv.xxxxx.org/(F(gXjx4o3HVBTt2dUj-0_fg8JrTaBqvjZUE7WjynRNoYUKpUo3YFpP6KD92KXl6XSeJE633w9eetXNHJhE_bXBrMe8wcd9FKivh16Ibrz4a06dZd4UAxyHTxK2euBM8gRlqzEmgLnQmy830rW2UtMwfmuNJQVwsvyz72EaLNgTkf01))/Y/Students.aspx" rel="nofollow">https://pv.xxxxx.org/(F(gXjx4o3HVBTt2dUj-0_fg8JrTaBqvjZUE7WjynRNoYUKpUo3YFpP6KD92KXl6XSeJE633w9eetXNHJhE_bXBrMe8wcd9FKivh16Ibrz4a06dZd4UAxyHTxK2euBM8gRlqzEmgLnQmy830rW2UtMwfmuNJQVwsvyz72EaLNgTkf01))/Y/Students.aspx</a></p> <p>As soon as I click on any link in the web forms application the system just logs me out. I have coded pretty heavy error handling into the system so it sends me an email and logs to the database and event logs if anything goes wrong and I am getting nothing. I cannot reproduce the problem since it is only happening on those two mobile devices(that I have access to), and I cannot run a debugger on it. </p> <p>Some other information it does not do bad things to my url in Safari on the iPhone. I do use the querystring to pass variables but not when you first load the application and this is after the end user, in this case me, has been authenticated and is on the landing page. </p> <p>So my questions are why is it being modified, can I make it stop, if not how can I fix it? I have been struggling to find any mention of the problem let alone a solution through googling. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload