添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
B4X is a set of simple and powerful cross platform RAD tools:
  • B4A (free) - Android development
  • B4J (free) - Desktop and Server development
  • B4i - iOS development
  • B4R (free) - Arduino, ESP8266 and ESP32 development
  • All developers, with any skill level, are welcome to join the B4X community .

    Android Question ResponseError. Reason: Internal Server Error, Response: Error 500

    Hi, my App which has always worked very well by connecting to the "Agenzia delle Entrate" website by sending payments via a signed xml file, has not worked since 21 November 2022 with an error message:
    ResponseError. Reason: Internal ServerError, Response:
    returning error 500
    Do you have any advice for me?
    Thanks in advance
    Sincerely
    Credo che c’è qualcosa che non va con questa libreria perché il file xml trasmesso al sito direttamente funziona The library okhttputils works fine.
    Look at the inserted parameters that you use to transmit the same and verify that they are present.
    Sorry if write in English but we are on the international site
            job1.PutString(apiEndPoint,activateDeviceXmlSigned)                ' Dai documenti: PUT
            job1.GetRequest.SetContentType("activate")
            job1.GetRequest.SetHeader("Accept=","application/xml")
            Wait For (job1) JobDone(job1 As HttpJob)
            nCode = job1.Response.StatusCode
            Log(nCode)
    no after 2 years of error-free transmissions from 21 November the revenue site no longer accepts but responds with a 500 error So if I understand correctly you have been using the app with okhttputils for two years and has it always gone well?
    If so, did you upgrade to B4A? Yes, yesterday I did the update, after several tests, but nothing changes If you did it yesterday but you've had the problem since November 21st then it's not that.
    Try sending the request via postman with the same parameters you use in B4A and see what it returns.
    It could be that they changed some parameter This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies. Accept Learn more…