Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo SDK Support › HttpRequest (duperagent) uses wrong auth encoding

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25439

    nks (baumemo)

    Hi Felgo Team,

    in our product we have users with login problems. After some checks we found out that Felgo uses duperagent. This library has a bug in the http request implementation.

    The following merge request of danielknobe fixes this issue:

    https://github.com/Cutehacks/duperagent/pull/32

    Can you please fix this by just using the MR?

     

    Can you provide us a customer specific build of Felgo including this fix (and may be with a fix for https://felgo.com/developers/forums/t/bug-in-nativeutils-contacts/)

    This would be great!

     

    Thank you for the support and this great framework.

    Regards

    #25445

    Günther
    Felgo Team

    Hi,

    We applied the fix you suggested. Please check your email for further instructions to use the custom Felgo build.

    About the NativeUtils::contacts issue. We did not implement a fix yet, you can add a workaround of using the NativeUtils::getContacts method instead of the property:

    
    function iterateContacts() {
      let contacts = NativeUtils.getContacts(true)
      for(var i = 0; i < contacts.length; i++) {
        let name = contacts[i].name 
        // do something
      }
    }

    Best,
    Günther

    #25446

    nks (baumemo)

    Hi Günther,

    first of all thank you for the really fast reply! That is really good customer support.

    The fix works perfectly. If we find any problems with it we will report it here but I think the problem is gone.

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded