Re-submit causes do_the_halfnarp to fail #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't know pyramid at all but self.request.route_url in the view is most likely returning the http:// url? Is X-Forwarded-Proto or something like that not set?
the halfnarp API is set by your browser, maybe you've been visiting the halfnarp via http before?
Ahh, now I see what you mean. Will look into how to fix it client side, if it was stored with a http scheme in localStorage.
Great, and I just finished getting a simple reproducer out of chrome. Request made through https and "public_url/update_url" returns a http:// url. Thanks for fixing it.