У меня есть сценарий оболочки, который вызывает команду: curl -K config_file.cfg.
Тем не менее, GET использует трико, и это приводит к ошибке
config_file.cfg:
#URL du WS
#Definition des header
header="Content-Type:application/json"
header="Authorization:Basic UFNTOlNTTyNQU1M="
url=http://bonjour:15555/rappels/00077778
output=/data/exploit/tmp/liste_00077778.txt
url=http://bonjour:15555/rappels/add
output=/data/exploit/tmp/add_16011401.txt
data=@/home/IAB_TEST/query_post_body/add_16011401.json
curl -K config_file.cfg
{"timestamp":1561631007821,"status":405,"error":"Method Not Allowed","exception":"org.springframework.web.HttpRequestMethodNotSupportedException","message":"Request method 'POST' not supported","path":"/rappels/00077778"}