Announcement

Collapse
No announcement yet.

MIVA json API authentication issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MIVA json API authentication issue

    Hi,

    MIVA authentication issue

    We have implemented authentication using signature and timestamp.
    But when we are making any API call we got below response.

    Same code is working fine with another MIVA account.

    Here, We hit url https://site.com/mm5/json.mvc it is prompt and ask for userid and password.
    It might be the problem.


    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html>
    <head>
    <title>401 Unauthorized</title>
    </head>
    <body>
    <h1>Unauthorized</h1>
    <p>This server could not verify that you
    are authorized to access the document
    requested. Either you supplied the wrong
    credentials (e.g., bad password), or your
    browser doesn't understand how to supply
    the credentials required.
    </p>
    </body>
    </html>

    Please let us know where we missed configuration.

    #2
    Sounds like the domain you are hitting is password protected. If you go there through a web browser, are you immediately prompted to enter credentials?
    David Carver
    Miva, Inc. | Software Developer

    Comment

    Working...
    X