When calling portal/shop/serviceitems?..&search=
, from time to time an error occurs that we cannot reproduce/explain
You do not have permissions for this action. You must log in.
Sie haben keine Berechtigung für diese Aktion. Melden Sie sich an.…
When calling portal/shop/serviceitems?..&search=
, from time to time an error occurs that we cannot reproduce/explain
You do not have permissions for this action. You must log in.
Sie haben keine Berechtigung für diese Aktion. Melden Sie sich an.…
Hi everyone,
This is my Powershell script to login:
$url='http://[AppServerIP]/AppServer/auth/apphost'
$bi=@{
"authString"="Module=DialogUser;User=***;Password=***"
}
$authJson = ConvertTo-Json $bi -Depth 2
$LoginRequest2 = Invoke…