MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sharklaser
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    sharklaser

    @sharklaser

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    sharklaser Unfollow Follow

    Best posts made by sharklaser

    • RE: axios request returns no data, while http request does

      for some reason it doesn’t seem to like the axios user agent. Changing it to something else appears to work. Example:

      axios.defaults.headers.common['User-Agent'] = 'PostmanRuntime/7.26.2';
      
      posted in General Discussion
      S
      sharklaser

    Latest posts made by sharklaser

    • RE: axios request returns no data, while http request does

      for some reason it doesn’t seem to like the axios user agent. Changing it to something else appears to work. Example:

      axios.defaults.headers.common['User-Agent'] = 'PostmanRuntime/7.26.2';
      
      posted in General Discussion
      S
      sharklaser