Does kite API's and Websocket support IPv6 Network?

sandeepmaganti
Does kite API's and WebSocket support IPv6 Network? As I have submitted my application to app store it got rejected saying that they are not able to load Kite login page. Apple people have reviewed the application around 1 AM to 2 AM IST midnight. Is there any downtime for kite at that time? They also mentioned that they will be testing in IPv6 only.
  • sujith
    Hi,
    Post-midnight OMS doesn't accept any request since BOD process will go on till around 6:00 AM IST. You need to mention that on itunesconnect while uploading new build.
  • sujith
    IPv6 shouldn't be a problem.
  • sandeepmaganti
    Downtime is for OMS not to login's right? I am unable to login to kite midnights. Or if any response from the server that systems are under maintenance.
  • sujith
    OMS handles login also. We have asked them to give a more descriptive error message.
  • sandeepmaganti
    Is there any development environment which runs 24/7?
  • sujith
    We don't have Sandbox yet. We are waiting for APIs from OMS for Sandbox.
  • vmx
    vmx edited June 28
    Hi Team,

    Could you please let us know if Websockets support IPv6 ?

    On an IPv4 network
    ./websocat.x86_64-unknown-linux-musl ws://ws.kite.trade
    websocat: WebSocketError: WebSocketError: Received unexpected status code (400 Bad Request)


    On an IPv6 only network
    /tmp/websocat.x86_64-unknown-linux-musl ws://ws.kite.trade
    websocat: WebSocketError: Network unreachable (os error 101)
    websocat: error running


    *Edit for a working websocket server on IPv6 only network

    /tmp/websocat.x86_64-unknown-linux-musl ws://echo.websocket.org
    websocat: WebSocketError: WebSocketError: Redirected (301 Moved Permanently) to https://echo.websocket.org/
    websocat: error running
Sign In or Register to comment.