Author Topic: Accessing specific reports without entering username/password  (Read 2634 times)

WRP

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 1
    • View Profile
Is it possible to view certain reports in Queuemetrics without having to log in?  If not, is there an easy way to POST a username and password when trying to fetch a URL? 

We are developing a web frontend for our call center agents and we'd like to have a link that will pull up a queuemetrics report when clicked.  We want to avoid them having to log in separately and going through the whole process to get it going.

Ideas?

Thanks!

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Accessing specific reports without entering username/password
« Reply #1 on: February 27, 2009, 10:05:31 »
You can do three things:
1. post default credentials and have users use these
2. make a POST request that overrides the first page (I think it might work but I have to check)
3. create a PHP front-end that will make a query to QM and display stats coming up from QM; in this case your users would not need to interact with the main QM app.


 

WRP

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 1
    • View Profile
Re: Accessing specific reports without entering username/password
« Reply #2 on: February 27, 2009, 18:23:02 »
Thanks for the response.  Can you elaborate on #1 and #2?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Accessing specific reports without entering username/password
« Reply #3 on: March 02, 2009, 10:54:06 »
#1. You tell your users to login as "guest" password "guest", and create a limited user "guest" on your QM instance. As you can change the text on the
QM homepage, they would simply know what's going on.

#2. You create an auto-post form that will simulate a user logfgin in in QM by acting as-if the home page when you enter credentials.