Jump to content

Cragdoo

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Cragdoo

  1. Has anyone successfully made RESt calls using powershell Invoke-RestMethod or Invoke-WebRequest?

    Can't see, to get the header syntax

    Have tried

    $header = @{Authorization = 'Basic ' + [Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes("$($username):$($password)"))}

    Invoke-RestMethod -uri https://api.pulseway.com/v2/systems -Method POST -Header $header -ContentType "application/json"

     

    but keep getting '400 Bad request'

     

    any pointers?

  2. App Version: 5.4.3 (Build 80328) - Google Pixle 2 phone (Android 9)

    1st time user and really like the product, however, I noticed that the 2FA options in the Android app don't appear to be working.

     

    If I set 'Use Pin' it will ask me to choose a PIN but never asks for the PIN when I start the app up.

    Same with 'Use fingerprint' ...except never asks me to verify my fingerprint.

     

    Is this a known issue?

×
×
  • Create New...