| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1833 online users. » 2 Member(s) | 1828 Guest(s) Applebot, Bing, Google, nhabatsukiencom, shopgnbet
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 226
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 182
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 191
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 498
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 252
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 661
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 231
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,268
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 372
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,008
|
|
|
| IdTCPServerlTIdCommandHandlerlCommand |
|
Posted by: enriquepsmac - 02-28-2022, 10:11 PM - Forum: Indy
- Replies (1)
|
 |
Hello i reading a book of marco cantu and trying to implement samples but com wrong i think is the version, how i can implement handle for commands received form client on TCPServer in book show command like title on thread title but i don't where i can implement that, I working with delphi 10 and indy 10....
|
|
|
| ISAPI Redirect |
|
Posted by: matija - 02-28-2022, 11:57 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I get only in ISAPI version this error in first load:
Invalid reply type (NoData). Reply status code: 303
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
An error occurs at: GGetWebApplicationThreadVar.Redirect('http://localhost/page2',false) or WebApplication.Redirect('http://localhost/page2',false)
|
|
|
| Changes in URL encoding/decoding? |
|
Posted by: magosk - 02-28-2022, 09:37 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hi,
since migrating from IW 15.1.15 to 15.2.49 we have noticed that there seems to be a change on how URL parameters are (automatically) decoded when containing non-basic characters. While I did a quick fix for a specific case where '+' was encoded as '%2B', we have discovered another case where users themselves have been able to encode non-English characters in a parameter, e.g. '%C3%B6' for 'ö', where our old code is no longer working. When I look at our code, the parameter values have been accessed either by using WebApplication.RunParams.Values or WebApplication.Request.QueryFields.Values, but in both cases it now seems that characters encodings now appear there without being decoded.
In IW 15.2.49+, what is the correct way of handling URL parameter decoding? Do I need to change some setting or add some code in order to get it to work like before?
Best regards
Magnus Oskarsson
|
|
|
| Intraweb Tags not recognized |
|
Posted by: tgrant - 02-21-2022, 01:56 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I am using IW 15 with Delphi 11 on Windows 11 and am truing to add a bootstrap template to my login form.
I have linked the template and it displays, however when I attempt to link the edit fields on the form they disappear when the form is displayed using the template. It appears that the intraweb tag {%%} is not being recognized.
The following is the line in the template that is problematic
{%edtUserName type="email" class="form-control form-control-user" aria-describedby="emailHelp" placeholder="Enter Email Address..."%}
|
|
|
|