Aristide
Member
Hello,
I am a beginner in B4J. I try to build a HELPER between the Scratch language and a communication layer. The communication between Scratch and the helper needs to embed an Http server.
The queries issued by Scratch are in the form: //IP: port/xxxx/yyy/...
With xxx, yyyy are reserved words that correspond to orders, status requests, ... You can find details here.
I use Jserver library which interprets the "/" as a separator to access the site's repositories and responds with 404.
How to avoid the "/" being interpreted in this sense.
Thank you for your reply.
PS: My English is google translation, please excuse me
I am a beginner in B4J. I try to build a HELPER between the Scratch language and a communication layer. The communication between Scratch and the helper needs to embed an Http server.
The queries issued by Scratch are in the form: //IP: port/xxxx/yyy/...
With xxx, yyyy are reserved words that correspond to orders, status requests, ... You can find details here.
I use Jserver library which interprets the "/" as a separator to access the site's repositories and responds with 404.
How to avoid the "/" being interpreted in this sense.
Thank you for your reply.
PS: My English is google translation, please excuse me