-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I don't want to post specific server URLs here, so a description follows instead.
- Go to any ephemeris data source, tracers or otherwise
- Select a time region and interval appropriate to the mission at hand
- Before hitting download change the default delimiter to ';'
- Downloads will fail with the following exceptions
<exception type="BadRequest" message="Illegal character(s) in the value for query parmeter: format.delim" />
<exception type="BadRequest" message="One or more of the query parameters looks like a shell injection attack, data output halted." />Looks like special characters aren't getting URL encoded/decoded and trigger the shell-injection-attack parameter value checker.
Metadata
Metadata
Assignees
Labels
No labels