Trouble setting up AJAM

Hi all, first time posting

I am having trouble setting up AJAM for remote api manager access. I have made the changes to http.conf and manager.conf, reloaded asterisk but I am still unable to access api manager.

Below are my config files, and the http show output from cli.

Manager.conf

[test] webenabled = yes enabled = yes secret = secret1 deny = 0.0.0.0/0.0.0.0 permit=127.0.0.1/255.255.255.0 permit = 192.168.1.120/255.255.255.255 read = all,system,call,log,verbose,command,agent,user,config write = all,system,call,log,verbose,command,agent,user,config

http_additional.conf

[general] enabled=yes enablestatic=yes bindaddr=0.0.0.0 bindport=8088 prefix=asterisk

http show

[code]HTTP Server Status:
Prefix: /asterisk
Server Enabled and Bound to 0.0.0.0:8088

Enabled URI’s:
/asterisk/httpstatus => Asterisk HTTP General Status
/asterisk/phoneprov/… => Asterisk HTTP Phone Provisioning Tool
/asterisk/static/… => Asterisk HTTP Static Delivery
/asterisk/ws => Asterisk HTTP WebSocket

Enabled Redirects:
None.[/code]

Any ideas what I am doing wrong here?

Below is when I go to the status page