Thank you so much! It works perfectly now.
Hi, thank you for this plugin.
The issue I was facing with both the old and beta version is this – A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
The result of that – my website couldn’t load, it’s extremely slow.