Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
vlad_komarov
Partner - Specialist III
Partner - Specialist III

Handling user name in QV Portal in v.11 vs v.10

Hello,

We have resolved an issue of passing user information to QV portal recently. Client's system was recently upgraded to v.11 and they have noticed that QV app is no longer accepting the user information that it was passed to it.

The old version worked when the following was passed to QV portal:

METHOD: POST

URL: /QvA......%20Secure.qvw&userid=undefined&slot=&platform=browser.gecko......

   . . . . . . . .

Outgoing Header: QVUser: admin

Passing user name (admin in this example) in just a header worked fine.

______________________________________________

The new version requires passing the User ID in URL as well (we just found that out by experimenting with the URL):

METHOD: POST

URL: /QvAjax20Secure.qvw&userid=admin&slot=&platform=browser.gecko.....

   . . . . . ....

Outgoing Header: QVUser: admin


I was not able to find any reference to this format change in QV documentation. Just would like to confirm that this how it suppose to work in v.11 and no other changes are required.

Please advice.

Best regards,

Vladimir


0 Replies