cannot access weblogic console from curl
after apply patches for CVE-2020-14882, CVE-2020-14750,I'm not able to access weblogic console by using below command:
curl -I -s -w %{http_code} http://weblogic-ip:7001/console
before apply the patch,I'm receiving response code:200, but now after the patch, the response code is:302, is it normal?