Complete
over 4 years ago

WERETECH-8127

supporting POST w/query params

I've discussed this with Travis and probably Coleman on the old forum and/or in messages and I know you had at one time opened an internal issue for it, but it wasn't a priority at that time. Opening this issue so I can find out the current priority/status/if it will ever be fixed.

The https POST transaction isn't allowed to have query parameters (e.g., ?x=y&a=b...) with Connect IQ (at least the last time I tested it), however it is a legal protocol option, even if it is discouraged for security reasons, so it should be supported, as some servers do require it.

Parents
  • fyi - I tried it on the latest VA3M beta firmware 5.13, and it still does not work (i.e., it only works on the simulator still):

    making <redacted> share data request, url=share1.<redacted>.com/.../ReadPublisherLatestGlucoseValues
    params = {}
    out onReceive<redacted>Login()
    in onReceive<redacted>Data, responseCode=-400, data=null

Comment
  • fyi - I tried it on the latest VA3M beta firmware 5.13, and it still does not work (i.e., it only works on the simulator still):

    making <redacted> share data request, url=share1.<redacted>.com/.../ReadPublisherLatestGlucoseValues
    params = {}
    out onReceive<redacted>Login()
    in onReceive<redacted>Data, responseCode=-400, data=null

Children