nscurl for ATS check

My team build a server like tomcat and all the code was coded by ourself, our server only support POST, when i use nscurl to do ATS check and use --post, we got GET method. Why?

Replies

When you run

nscurl
in
--ats-diagnostics
mode it ignores most of the options (I think it ignores everything except
--ats-tls-version
and
--ats-disable-pfs
, but I don’t have time to do a detailed check right now). Feel free to file an enhancement request against
nscurl
requesting that this be made to work. Please post your bug number, just for the record

If I were in your shoes I’d add a dummy resource on my server that supports

GET
. That’ll help with this problem and will probably make other types of diagnostics easier.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"