...
Code Block |
---|
final string failure1 = "<html><title>Welcome</title> <body bgcolor=#3b7d73><font face=Verdana,Arial> <h2>HTTPD Doc Example</h2>Failed to log in; "; final string failure2 = "<p><a href=/>Back to start page</a> </body></html>"; consume { input.responseType = "text/html"; input.response = failure1 + input.response + failure2; udrRoute(input); } |
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Scroll pagebreak |
---|