exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit af3dea2e633a395f4cb77d1a0831adf26ec09d2a
parent 8f8221da0590780a9f28cdbe950edb247019914f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Apr 2026 16:26:10 +0200

no content-type on GET

Diffstat:
Msrc/lib/exchange_api_get-kyc-info-ACCESS_TOKEN.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_get-kyc-info-ACCESS_TOKEN.c b/src/lib/exchange_api_get-kyc-info-ACCESS_TOKEN.c @@ -391,8 +391,6 @@ TALER_EXCHANGE_get_kyc_info_start ( CURLOPT_TIMEOUT_MS, (long) (tms + 100L))); } - job_headers = curl_slist_append (job_headers, - "Content-Type: application/json"); if (NULL != gkih->if_none_match) { char *hdr;