UPDATE:
curl -X GET http://00.deeznnutz.com:35997 .... returns Invalid Host Specified 403 error
however
curl -X GET http://70.34.152.117:35997 .... returns the expected results
The back end app must not like the domain name in the header. What is the suggested header modification to correct this error?