Forum Discussion
Deprecated REST API request slows down the portal drastically
- 6 years ago
I don't believe that the /me request itself is depricated, just the X-XSRF-TOKEN header is.
I can't reproduce this issue the /me call returns in 500ms and I'm connected to work via a VPN.
The /me call does return the login name of the current user. I'm not sure what it's doing behind the scenes, but it's possible that it's trying to check the status of that account with and AD Domain controller. So maybe this is a networking issue between yourself and the domain controller. Are there any VPN connections, firewalls or other network security devices between your machine and your domain controller?
I don't believe that the /me request itself is depricated, just the X-XSRF-TOKEN header is.
I can't reproduce this issue the /me call returns in 500ms and I'm connected to work via a VPN.
The /me call does return the login name of the current user. I'm not sure what it's doing behind the scenes, but it's possible that it's trying to check the status of that account with and AD Domain controller. So maybe this is a networking issue between yourself and the domain controller. Are there any VPN connections, firewalls or other network security devices between your machine and your domain controller?
Hello, thanks for the help and for clarifying things about the deprecated cookies.
My SSRS server is on localhost and I don't have a VPN.
Concerning the firewall, I tried to desactivate the windows firewall in private and public, but it was still slow.
There isn't any other network security software that i'm aware of on my machine.
This is only an issue that occurs when refreshing the page tho, so it might not be that important.