Forum Discussion

Thomas-clna's avatar
Thomas-clna
New Member
6 years ago
Solved

Deprecated REST API request slows down the portal drastically

Hello, I have a problem on my portal with the API request `/api/v.2.0/me`.   I'm running my report server locally, and my portal is super slow (12 seconds for each page) I looked at the network, a...
  • d_gosbell's avatar
    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?