Basic authentication in HTTP request
Answered
Hi, is there a way in HTTP request configuration to pass basic authentication parameters? (same as curl -u ...)
Thanks!
No connection
Real-time notifications may not work
Hi Paolo,
can you please give me an example what kind of parameters do you wish to send?
regards,
Hrvoje
Hi Paolo,
can you please give me an example what kind of parameters do you wish to send?
regards,
Hrvoje
Hi Hrvoje,
thanks for your answer, sure I can:
I need to pass user\password parameters in the same way i'd do in a browser tab (see attachment)
regards,
---
Paolo
Hi Hrvoje,
thanks for your answer, sure I can:
I need to pass user\password parameters in the same way i'd do in a browser tab (see attachment)
regards,
---
Paolo
Hello again Paolo,
in your URL after // type your user name and password:
//username:password@api.pushbullet.com/v2/pushes
Best regards,
Hrvoje
Hello again Paolo,
in your URL after // type your user name and password:
//username:password@api.pushbullet.com/v2/pushes
Best regards,
Hrvoje
Hi HRVoje,
thanks for your answer! I just forgot I can authenticate in that way -__-'
Unfortunately my HTTP request is not working yet, because I'm having trouble with json body (see attach). I saw there's a post regarding json but no helpful answer.
Regards,
--
Paolo
Hi HRVoje,
thanks for your answer! I just forgot I can authenticate in that way -__-'
Unfortunately my HTTP request is not working yet, because I'm having trouble with json body (see attach). I saw there's a post regarding json but no helpful answer.
Regards,
--
Paolo
If your goal is to use pushbullet for notification you'll need to specify the bearer token in this way (see attachment)
If your goal is to use pushbullet for notification you'll need to specify the bearer token in this way (see attachment)
Thank you, Pål, my goal was exactly that! But meanwhile, as I didn't find any solution, I switched to Pushover. I think I'll try anyway...
Thanks again!
Thank you, Pål, my goal was exactly that! But meanwhile, as I didn't find any solution, I switched to Pushover. I think I'll try anyway...
Thanks again!
Replies have been locked on this page!