remove ebk auth token

This commit is contained in:
Jonas Leder 2021-11-10 20:11:13 +01:00
parent 2f096d1432
commit 9b09225793
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ $responseJSON = [];
$client = new Client();
$headers = [
'authorization' => 'Basic YW5kcm9pZDpUYVI2MHBFdHRZ',
'authorization' => 'Basic ' + $ebayKleinanzeigenToken,
'user-agent' => 'okhttp/4.9.1',
'x-ebayk-app' => '4e10d7fd-6fef-4f87-afb0-b8ede2f494071636475109828',
'Host' => 'api.ebay-kleinanzeigen.de',

View file

@ -18,4 +18,5 @@ $S3AccessKey = "";
$S3SecretKey = "";
$S3BucketName = "";
$ebayKleinanzeigenUserId = "";
$ebayKleinanzeigenUserId = "";
$ebayKleinanzeigenToken = ""; # To get this token you have to sniff the HTTPS traffic from the app or decompile the app and find it.