The SpiceQL Cassini tutorial originally was failing in the getTargetStates() call because the step was set to 4000. We found that the big ets payload caused too big of a URL that the URL was truncated and resulted in a 400 error. Find the limit for the GET request URL character limit and throw an error to catch this.
The SpiceQL Cassini tutorial originally was failing in the getTargetStates() call because the
stepwas set to 4000. We found that the bigetspayload caused too big of a URL that the URL was truncated and resulted in a 400 error. Find the limit for the GET request URL character limit and throw an error to catch this.