ERROR:Mixed Content Request

Hi, I’m using Postman to complete the “Login User” task and am getting the above error.

Here’s the screenshot with the console results.

Am I in the wrong page, or missing something with this task? Or,is this a genuine issue?

Thanks,

Ken

hello @Ken_Duggan

I assume it’s because the request body has invalid JSON, just wrap keys “login” and “password” with double quotes

Regards Vlad

1 Like

Hi, Vlad,

that seems not to matter. No quotes, single quotes, double quotes all ge the same “Mixed Content” error.

Ken

Hi Ken,

What do you have in the Headers section?

Could you please attach the screenshots with the Headers and revised Body?

Regards,
Mark

Here it is:

Thanks, from what I can see the problem is here:

Hi, Mark,

yes, I tried all combinations of no quotes, single quotes and double quotes. All with the same result.

Hi Ken,

Here’s another thing I noticed:

The {{API Host}}, {{Application ID}}, etc are variables defined in a Postman “Environment”. Please select the environment so that the variables can be resolved.

Regards,
Mark

1 Like

OK, thanks!

Ken