CrowdStrike / community

CrowdStrike's Open Source Policy & Contribution Guide
https://opensource.crowdstrike.com
Apache License 2.0
39 stars 12 forks source link

ERROR 400: Bad Request #74

Closed umeshkumare05 closed 6 months ago

umeshkumare05 commented 7 months ago

While using wget command to check the connectivity we are getting error

wget --no-check-certificate --method POST --timeout=0 --header 'Authorization: Basic ODc4MTM1Zjzg4Mzc4NTQ3MTZkYWI2Nzg6N2FucZHazlMMWhJTlRpMzBGSFFBODVXc0tDMkJ0elhPZmN3RQ' --header 'Content-Type: application/x-www-form-urlencoded' 'https://api.crowdstrike.com/oauth2/token' --2024-03-11 02:23:15-- https://api.crowdstrike.com/oauth2/token Resolving api.crowdstrike.com (api.crowdstrike.com)... 54.241.246.108, 13.56.9.61 Connecting to api.crowdstrike.com (api.crowdstrike.com)|54.241.246.108|:443... connected. HTTP request sent, awaiting response... 400 Bad Request 2024-03-11 02:23:15 ERROR 400: Bad Request.

redhatrises commented 7 months ago

You need to use the following replacing MYCLIENTID and MYCLIENTSECRET with the correct OAUTH values, and in general, should use curl over wget:

wget --no-check-certificate --timeout=0 --header 'Content-Type: application/x-www-form-urlencoded' 'https://api.crowdstrike.com/oauth2/token' --post-data "client_id=MYCLIENTID&client_secret=MYCLIENTSECRET"
redhatrises commented 6 months ago

Closing this as there has been no further movement. Please re-open if needed.