-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Update url to support form #128
Comments
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 ***@***.***> 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
<#128 (comment)>, 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? |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: