Open lesserwhirls opened 6 years ago
What do you think, @piqueen314 - want to give it a shot? If not, I can tackle this.
Heck yeah I'll give it a shot. Need to crush...
Cece
On Wed, Nov 22, 2017 at 10:52 AM, Sean Arms notifications@github.com wrote:
What do you think, @piqueen314 https://github.com/piqueen314 - want to give it a shot? If not, I can tackle this.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Unidata/IDV/issues/128#issuecomment-346426997, or mute the thread https://github.com/notifications/unsubscribe-auth/AGvIcyl29OP1mfijLh_liaQvopgxoUYTks5s5F9qgaJpZM4QnxqY .
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?
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
).