We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the built-in IDV support request form fails. The code should be upgraded to use https for the support form post url:
https
https://github.com/Unidata/IDV/search?q=requestSupport.jsp
Even better, HttpFormEntry should be enhanced to handle redirect responses from the server (301, 302, 303, 307, 308).
301
302
303
307
308
The text was updated successfully, but these errors were encountered:
What do you think, @piqueen314 - want to give it a shot? If not, I can tackle this.
Sorry, something went wrong.
Hey guys, not sure of the code that handles the GET request for www.unidata.ucar.edu/software/idv/resources/bundles.xml after the IDV starts up is hard coded with the http protocol as well. Would you mind checking?
No branches or pull requests
Currently, the built-in IDV support request form fails. The code should be upgraded to use
https
for the support form post url:https://github.com/Unidata/IDV/search?q=requestSupport.jsp
Even better, HttpFormEntry should be enhanced to handle redirect responses from the server (
301
,302
,303
,307
,308
).The text was updated successfully, but these errors were encountered: