I have send a resume to a company which prefers candidates post a JSON object to specific url.
When I use cURL with PHP to post the data I get a data error unless I delete the name
attribute of the data and send only the JSON text.
How do they get the data at the server end without a name?
This is the request I'm sending:
POST / HTTP/1.1
Host: www.xxx.com
Accept: */*
Content-Length: 485
Content-Type: application/x-www-form-urlencoded
{"job_code":"xxx","position":"xxx",...}