http post with blackberry

后端 未结 1 1272
广开言路
广开言路 2020-12-18 15:16

I am trying to set up an http post in my Blackberry app. I have successfully implemented this in my corresponding Android app, so I know the server it working find. I have t

相关标签:
1条回答
  • 2020-12-18 15:54

    A few things were going on. First, my simulator was not connecting to the internet properly. Once that got straightened out, I removed the

    deviceside=true
    

    from my url, and it now works great. Thanks all!

    0 讨论(0)
提交回复
热议问题