Closed northwestwitch closed 3 years ago
Trying with a string like this: curl -X GET "http://127.0.0.1:9000/svs?chrom=1&end_chrom=1&pos=7889972&end=7890026&sv_type=DEL"
curl -X GET "http://127.0.0.1:9000/svs?chrom=1&end_chrom=1&pos=7889972&end=7890026&sv_type=DEL"
The app doesn't like it and I get 307 (redirect) response
Dang I was missing a slash. The correct string is this: curl -X GET "http://127.0.0.1:9000/svs/?chrom=1&end_chrom=1&pos=7889972&end=7890026&sv_type=DEL"
curl -X GET "http://127.0.0.1:9000/svs/?chrom=1&end_chrom=1&pos=7889972&end=7890026&sv_type=DEL"
Trying with a string like this:
curl -X GET "http://127.0.0.1:9000/svs?chrom=1&end_chrom=1&pos=7889972&end=7890026&sv_type=DEL"
The app doesn't like it and I get 307 (redirect) response