Why the stacker debugger response differs from Postman

Hi !

I’m a new user of OpenBullet 2.
I make my first Config, I use Postman to structure the request.
And with the same parameters, i have this on Postman :

{
    "response": {
        "errorCode": 5,
        "errorMessage": "Email manquant ou invalide",
        "passId": "",
        "passToken": ""
    }
}

But on the debugger i have this :

{"response":{"errorCode":7,"errorMessage":"Login ou mot de passe invalide","passId":"","passToken":""}}

If someone have an idea :slight_smile:

I’m pretty sure you’re sending the email/password in constant mode (the T symbol next to the textbox). You should click on that button and make it </> this symbol instead which is the interpolated mode (dark green background)

2 Likes

No that’s not it, even when I execute the request without content on OB or on Postman I do not have the same answer, on Postman

"errorCode": 5,
       "errorMessage": "Email manquant ou invalide",

and on OB :

"errorCode":7,"errorMessage":"Login ou mot de passe invalide"

while I run empty content on both ?

I don’t have enough information to figure out the issue I would need to see the request

The request on OB : Screenshot by Lightshot
The request on Postman : Screenshot by Lightshot

Can you upload on another site like imgur? I have trouble seeing the images

OB

Postman
Imgur

probably check the post headers, you have not put anything there, nor in the post data you have to mimic the request absolutely same or else yu may not get the same result you wanted

The header on Postman and on OB are both empty

That’s not how it actually works buddy, use the default debugger in Chrome browser and try to debug that request in website

the problem of that site, that akamai handles on its server … therefore when you use the debugger it handles a type of certificate that validates the connection, instead with the OB I think it doesn’t work that way. therefore the results are different than when you use the debugger and the OB one. That site if I know it, I have worked with it, it is a headache because of the akamai it has, if it is your first configuration I suggest you use another site so that you can familiarize yourself with the OB2