Hi @jdudeo,
Thanks for reminding me…..I forgot about that.
Can you please give me an example or two of which plugins this breaks and also some reproduction steps so when I apply the fix I can verify it?
Thread Starter
jdudeo
(@jdudeo)
In my situation, I’m using my own custom plugin that I’m not at liberty to share, but the broken part is just a <form> that makes a POST request to admin-post.php.
Making this request leads to a blank page that just says ‘not available’.
Maybe just by putting this in a shortcode you’ll be able to replicate it:
<form method="post" action="<?= admin_url( 'admin-post.php' ); ?>">
<input type="submit" value="submit">
</form>
I really appreciate you giving this attention.
Cheers
Thread Starter
jdudeo
(@jdudeo)
By the way, you’re not going to be able to replicate the error when logged in, I learned that the hard way (in production)
Hi @jdudeo
If you’d like to verify my proposed fix please get in touch with me using my contact form.
Thread Starter
jdudeo
(@jdudeo)
Please contact me directly via my site (see my profile)
The issue is still not resolved. The custom plugins can’t post to admin-post.php
The fix will be in the next release which is coming out soon.