Hi!
I’m setting up different scenarios that relay on creating users in WordPress. Problem is that sometimes I get an ECONNREFUSED error message. This is what the MAKE log shows:
2023-11-19 10:39:31
(
request: GET /wp-json/wp/v2/users
ip: http://52.31.156.93
codes: 7(1)
)
I’m most certain that the problem comes from the firewall side of our server, related by the possibility of creating a bunch of users in a very limited amount of time, but I just don’t know what rule should I use, or what port should I open…
Any Ideas?
Thanx!!