I want to serve up a set of pages designed for a mobile screen size if a browser from a mobile client requests data from my MQX http server. Does the server have any support for doing this? I can't find much detail in the RTCS User's Guide.
This is not a feature included in MQX. I would rather think that is a web application feature. For instance, you could have javascript detecting if this is a mobile device and then redirect the user to a different link inside your URLs. For instance I found this: