Project

General

Profile

Access API cURL

Added by gianni napoli about 7 years ago

Hi, i'm beginner in web developpement and i don't understand the curl documentation

This is the command line of the doc exemple what i want to try:
curl -v -H "Content-Type: application/json" -X PUT --data-binary "@388.json" -u login:password http://redmine/issues/388.json

When i run this code i have a 'failde to connect'
curl -v -H "Content-Type: application/json" -X PUT --data-binary "@388.json" -u MY_LOGIN:xxxxx https://helpdesk.ccm.fr/projects/115/issues

I don't know what to replace :"@388.json"

Someone can help me please.