Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,040
» Latest member: good88inet1
» Forum threads: 2,426
» Forum posts: 11,370

Full Statistics

Online Users
There are currently 1272 online users.
» 5 Member(s) | 1263 Guest(s)
Applebot, Bing, Facebook, Google, 8xbetvina1, fly88hcom4, good88inet1, kqbdkeotructuyen, tk6887com

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
Yesterday, 03:02 AM
» Replies: 0
» Views: 67
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 59
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 76
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 333
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 166
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 519
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 166
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,059
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 301
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 859

 
  SSL port bindings
Posted by: JuergenS - 08-10-2025, 08:21 AM - Forum: IntraWeb General Discussion - No Replies

Hi,

i moved a valid certificate from a Windows 10 intraweb server to a fresh Windows 11 installation successfully by using the certificate Manager (V1.1.0.4).

However, when i try to add the SSL bindings for port 443 an error message is displayed.

Best Regards
Juergen



Attached Files Thumbnail(s)
   
Print this item

  SAML Support
Posted by: joelcc - 08-01-2025, 02:24 PM - Forum: IntraWeb General Discussion - Replies (1)

My supervisor is asking if IW has support for SAML authentication?

Print this item

  Delphi 10.3 Can't load package... the specified module cannot be found
Posted by: hannaconner - 08-01-2025, 06:48 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,
  
  I request bundled License key on Delphi 10.3.3 and install iw 14.2.13 with the License key.

  But I got " Can't load package... the specified module cannot be found."  error when start Delphi 10.3.3 as attached image.

  Please help and thanks in advance !

Print this item

  DesktopTop parameters
Posted by: hannaconner - 08-01-2025, 06:43 AM - Forum: IntraWeb General Discussion - Replies (1)

My site can be opened by a browser from different devices. Computer, tablet or mobile phone. Each of these devices has its own screen size. I would like depending on the size of the screen on which the site is displayed to change its formatting. (apply different arrangement of elements on the screen for smartphones and for computers). To do this, I need to get the parameters of the screen on which the information is displayed by the browser at startup. Primarily interested in the height and width of the screen

Print this item

  How to change HTTP 500 to 410 when session has timed out in IntraWeb?
Posted by: VoAnatol - 07-25-2025, 07:02 AM - Forum: IntraWeb General Discussion - No Replies

Hello!

I am using Delphi with IntraWeb.

When a user's session times out (due to timeout), the next request to the application returns HTTP 500 (Internal Server Error).

In my application logic, HTTP 500 is incorrect, since it is not an internal error, but a known session timeout situation.

I would like to return HTTP status code 410 (Deleted) to better reflect the real reason and provide client-side handling.

I could not find a documented way to intercept this situation and change the response code.

Is there a recommended approach to replace the status code with my own?

Thanks!

Print this item

  Enumerations
Posted by: Sugarloafer - 07-25-2025, 02:00 AM - Forum: CrossTalk General Discussion - Replies (1)

I am using Patagames.PDF.Net with Crosstalk. One of the enumerations is caussing issues wth Delphi.

  PdfUserAccessPermission = (
    NoPermissions = -3904 {4294963392}
    , Reserved = -3904  {4294963392}
    , PermitAll = -4  {4294967292}
    , PermitPrint = 4
    , PermitModifyDocument = 8
    , PermitExtractContent = 16
    , PermitAnnotations = 32
    , PermitReserved = 192
    , PermitFormsFill = 256
    , PermitAccessibilityExtractContent = 512
    , PermitAssembleDocument = 1024
    , PermitFullQualityPrint = 2048
    , PermitReserved2 = -4096 {4294963200}
  );


The CrossTalk generated numbers in {} cause compiler errors. These numbers are correct per Patagames documentation.

It seems Delphi accepts numbers in the range pf  -2,147,483,647 to 2,147,483,647. The negative numbers shown above work.

I think CrossTalk needs to handle this somehow.

However, make it your lowest priority. I don't use this particular enumeration. But it is a pain having to fix it every time Crosstalk generates the file.

Print this item

  Misconfigured Content Security Policy
Posted by: pgnair - 07-21-2025, 05:51 AM - Forum: IntraWeb General Discussion - Replies (3)

Kindly assist to resolve the below vulnerability

Description:  A misconfigured Content Security Policy (CSP) can expose a web application to various security vulnerabilities, compromising the integrity, confidentiality, and availability of the application and its data. The misconfiguration can occur due to overly permissive settings, the use of insecure directives, or a lack of specificity in defining resource sources.

Impact: The presence of unsafe-inline in the Content Security Policy (CSP) does not have an immediate impact if no inline scripts are used or executed. Unsafe-eval is also present which allows the use of JavaScript’s eval() function and similar methods (e.g., setTimeout() with string arguments) However, it weakens the overall security posture by allowing potential future 

It is recommended to Remove unsafe-inline and Remove unsafe-eval


here is CSF currently using
aReply.AddHeader('Content-Security-Policy', 'default-src https: ' + quotedstr('self') +
    '; img-src https: ' + quotedstr('self') +
    '; object-src https: ' + quotedstr('self') +
    '; style-src https: ' +  quotedstr('self')+
    ' '+ quotedstr('unsafe-inline') +
    '; script-src https: ' + quotedstr('self')+
    ' '+ quotedstr('unsafe-inline') +
    ' '+  quotedstr('unsafe-eval') +
    '; frame-ancestors ' + QuotedStr('self'));

Remove the unsafe-inline and unsafe-eval will meet the purpose?

Print this item

  Modal Window Issue
Posted by: Blanca80 - 07-15-2025, 01:50 PM - Forum: IntraWeb General Discussion - No Replies

Hello, 

I've got a frame shown into a modal window but this frame that is shown in a model window have inside a function that raises another frame with a modal window. And the result is not good. I sent the pictures and ask if there is any way to solve this 

Thank you very much.



Attached Files Thumbnail(s)
       
Print this item

  TIWTemplateProcessorHTML Variables usage
Posted by: RenSword - 07-07-2025, 09:55 AM - Forum: IntraWeb General Discussion - Replies (2)


.zip   TemplateVariable.zip (Size: 7.95 KB / Downloads: 3)

In above sample project, I tried to use the IWTemplateProcessorHTML1.Variables in order to replace some variable in template to actual value, but I found out that only the first one is replaced. Is this intended or bug? 
I only found IWTemplateProcessorHTML1.Variables able to replace every occurrence in both master template and default template. But it is only able to replace one variable, (variable2, variable3, variable4 in above sample is ignored).

Is there any other way to achieve this? I need to replace some html attribute value like above sample, 
- OnUnknownTag event cannot do that due to the event only called when it is at same level as tag <h1>{%var%}</h1>, doesn't work if try to <h1 {%var%}></h1>.
- OnBeforeProcess event seems like doesn't work for template with master template.

Print this item

  TIWjQDBGrid DateFormat
Posted by: troberts - 06-27-2025, 06:48 AM - Forum: IntraWeb General Discussion - Replies (2)

How can I format a date in the grid? I've tried different values in the DateFormat property but they don't have any effect. The field the column is connected to is of type DateTime.

Also the format displayed varies between browsers. In some browsers it displays as d/m/y, and in others m/d/y. I suspect this is a browser settings. But I would rather control the format myself than depend on a settings in the browser.

Print this item