Question
Cannot pull information from internal server with UXP plugin
I am trying to pull information from our companies internal server and I am getting the error: Permission denied to the url http://192.168.100.100/info.php. Manifest entry not found.
This is what I have in the manifest.
"host": [
{
"app": "ID",
"minVersion": "18.5.0"
}
],
"manifestVersion": 5,
"requiredPermissions": {
"network": {
"domains": [
]
}
},
Is doing a pull from an IP address not allowed or am I doing something else wrong?
