ELS31-V bad server response - HTTP/1.1 308 Permanent Redirect | Telit Cinterion IoT Developer Community
June 3, 2021 - 1:54am, 1200 views
Hi, I am trying to send a POST request to http://uvdi-website.physboomtech.repl.co/receiversvp/**** and I am getting a bad response from my server - ^SIS: 0,0,200,"HTTP/1.1 308 Permanent Redirect". I am wondering what I am doing wrong?
AT^SISS=0,"srvType","HTTP"
AT^SISS=0,"conId",3
AT^SISS=0,"address","http://uvdi-website.physboomtech.repl.co/receiversvp/****"
AT^SISS=0,"cmd","post"
AT^SISS=0,"hcContLen","0"
AT^SISS=0,"hcContent","rsvp=Hello"
AT^SICA=1,3
AT^SISO=0
AT^SISR=?
AT^SISC=0
Hello,
have you tried using different server? Or the simplest solution to run a HTTP post dump service on server using python (it will listen on port 8080 and dump everything to terminal:
I could test your server but please provide the last bit of address [...]receiversvp/[...] in a following matter:
receiversvp/N A M E since language filter changed what you have put there into ****
BR
Tymek
Hi,
Yes, it was a server issue.
Thank you.