WR844N v1: Remote management option enabled, but http 403 forbidden error for javascript/css
Hello.
I have a problem with the model's remote management option.
As of 14.09.2023 the latest firmware V1_211011 available is on the router (it came with the version already from the box).
Here is the setup:
On main router I have a static dhcp lease to the tplink wr844n so that it always get ip: 192.168.100.2
On main router I have also port forwarding setup from main router to tplink wr844n:
protocol: tcp
external port: 8080
internal port: 8080
device ip: 192.168.100.2
Here is how the management option is enabled on tplink wr844n:
When I access 123.123.123.123:8080 I expect to be able to open the tplink web management panel.
Unfortunately I get a blank screen on firefox/chrome, when I inspect the web development tools console I get http status code 403 forbidden errors for resources:
From the devtools I can see that the initial http content gets loaded (123.123.123.123:8080 status code 200):
But then all the embedded resources such as javascript or css gets rejected with http status code 403 forbidden.
Any ideas why is that? In the remote management settings for tplink wr844n there are not restrictions in place, but http 403 forbidden indicates it was blocked.
Thanks.