Closed
Bug 34215
Opened 25 years ago
Closed 25 years ago
mozilla does not "post" to https
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nate, Assigned: pollmann)
References
()
Details
*Reproducing the bug
1. browse to http://copyleft.net
2. pick an item to purchase (add to cart)
3. click "pay for this"
*Results
Nothing happens. Note that clicking "update cart" works.
*HTML snippet
<form method="post"
action="https://secure.pangolin.net/cgi-bin/copyleft/billing.pl" target="_top">
<td>
<input type="hidden" name="cart_id" value="8286100_8113">
<input type="image" border="0" name="continue" value="pay"
src="/icons/payfor.gif" width="137" height="34" alt="PAY FOR THIS">
</td>
</tr>
</table>
</div>
</form></form>
Comment 2•25 years ago
|
||
using 3-APR build on win95:
1. I accessed the order page without the frameset, use this URL:
http://copyleft.net/cgi-bin/copyleft/t080.pl?3&front
submitting from here and it worked fine
2. returned to the main page: http://copyleft.net/ and selected the User
Friendly option (the URL in #1) and tried to submit the form, it wouldn't work
If you embed the page within a frameset, it fails
reassigning to frames to see if there may be a problem there
Component: Form Submission → HTMLFrames
Comment 4•25 years ago
|
||
Duplicated bug successfully after following instructions below.
iMac DV, M15, Mac OS 9.0.4 (w/MRJ 2.2 and Carbon libs 1.0.4 installed).
Unable to try non-frameset URL, link is dead.
Comment 5•25 years ago
|
||
Whoops!
I *really* meant "the comments above".
Sorry for any confusion.
Comment 6•25 years ago
|
||
Confirming based on comments.
Gerv
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 7•25 years ago
|
||
Both framed and non-framed versions work for me in tonight's build. You must
have PSM installed and working to view this testcase. To get PSM go here:
http://docs.iplanet.com/docs/manuals/psm/psm-mozilla/index.html
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•