POST/Redirect throws a `Connection was reset` browser error

前端 未结 2 1701
鱼传尺愫
鱼传尺愫 2020-12-11 19:50

I\'m building a one-page checkout for a customer of ours. This checkout is supposed to contain all forms for credentials, shipment and payment. Editing previously entered va

2条回答
  •  失恋的感觉
    2020-12-11 20:29

    is action="/checkout/payment/" defined well?, i mean you could try abosolute url, i see a suspicious slash at the end /, also you define form methods with method="POST", on index.php you should retrieve all with $_POST[] dunno if this affect

提交回复
热议问题