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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 98,156
» Latest member: gemwinblue1
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1213 online users.
» 7 Member(s) | 1202 Guest(s)
Applebot, Bing, Google, Yandex, 88Vbetdecom1, 88vbetname, gemwinblue1, keonhacaihomnaycomco, mucomihard1988, orangephotography, pg55icu

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 196
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 158
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 173
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 478
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 244
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 642
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 226
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,246
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 360
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 986

 
  hmDelete
Posted by: andrianoz - 08-03-2022, 09:55 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi!!

In run mode (Http.sys - x86) the hmDelete method failsIn run mode (Http.sys - x86) the hmDelete method fails

Also it doesn't work 
with THandlers.Add('/API/', '', TContentAPI .Create) do begin
    CanStartSession := True;
    RequiresSessionStart := False;
    RequiresSession := False;
  end;

405 - Method Not Allowed

Version iw15.2.65

Print this item

  IntraWeb 15.2.65 is out!
Posted by: Alexandre Machado - 08-02-2022, 10:28 PM - Forum: IntraWeb General Discussion - No Replies

Hi guys, 

there is a new update for IntraWeb 15 available: 

https://www.atozed.com/2022/08/intraweb-15-2-65/

We continue including exciting new features

Enjoy!  Big Grin

Print this item

  PHP content handler
Posted by: JuergenS - 07-31-2022, 12:36 PM - Forum: IntraWeb General Discussion - Replies (5)

I would like to install and use a content handler for PHP (.php) files.
The content handler can be registered, but unfortunately the execute function of the content handler is NOT called.

TIWMimeTypes::RegisterType(L".php", L"text/php; charset=UTF-8", false);
THandlers::Add(L"/", L"*.php", new TIWH_Php());

However, it works with the same PHP files but with a different file extension (.myPhp).

TIWMimeTypes::RegisterType(L".myphp", L"text/php; charset=UTF-8", false);
THandlers::Add(L"/", L"*.myphp", new TIWH_Php());


Regrads
JuergenS



Attached Files
.zip   PhpHandler.zip (Size: 11.27 KB / Downloads: 3)
Print this item

  Zoom on TIWChartJS
Posted by: lefjucabro - 07-29-2022, 12:59 PM - Forum: IntraWeb General Discussion - Replies (8)

Hello,

I am a newbie with Intraweb. I used to develop VCL/FMX applications with Delphi.

It's really easy to zoom on charts in these applications.

I downloaded this demo https://github.com/Atozed/IntraWeb/tree/...hi/ChartJS  but I didn't know if it's possible to zoom on a TIWChartJS. If yes, how is it possible ?

Thank you for your advices

Print this item

  Azure deployment error with IW 15.2.63
Posted by: zsleo - 07-29-2022, 07:24 AM - Forum: IntraWeb General Discussion - Replies (9)

I have an application built with IntraWeb Version 15.2.51 that is deployed in Azure on load balanced servers.

All have been working perfectly since April 2022.

I have just rebuilt the app with IntraWeb Version 15.2.63, deployed it and I am now getting an error when I try to access it through the public internet.

502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.


All is fine when I access it through the private VPN

Blush Sad Confused

All advice will be appreciated

P.S. I have tried Standalone and ISAPI... with the same results

Print this item

  OCR with IW or CGD
Posted by: zsleo - 07-29-2022, 07:12 AM - Forum: IntraWeb General Discussion - Replies (4)

Does anyone one know of an OCR component suite that will work with IW or GCD Tools

I have a image of a printed label that I want to OCR capture the text from.

TIA

Print this item

  IWSignaturePad demo generates an error
Posted by: jeroen.rottink - 07-27-2022, 02:52 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi Alexandre,

Tested IWSignaturePad for the first time but see an DevTools console error. 

Code:
(index):53 Uncaught TypeError: Cannot read properties of null (reading 'getContext')
    at Initialize ((index):53:15)
    at HTMLDocument.<anonymous> ((index):98:23)


var c=IW.$("").getContext("2d");c.fillStyle="#FFFFFF";


The property HTMLName for the control is empty in TIWCustomCanvas.AddContext() when called from TIWCustomCanvas.InitControl()

Tested with IW15.2.64 running Chrome.

Update: Also when using the upload button on a 'big or complex' signature, the exception EIdReadLnMaxLineLengthExceeded is raised.

Print this item

  http.sys - URL to application
Posted by: twaldorff - 07-27-2022, 06:24 AM - Forum: IntraWeb General Discussion - No Replies

Hi
I'm using Delphi 11.1 with Intraweb 15.2.64.
I'm converting and older (from 2012) application to http.sys and 64-bit.
I'm long time Delphi developer, but web development is not my best.

So far I have got a classic stand-alone 64-bit version running.
And an end user can access it using the classic http://127.0.0.1:8888/$/start URL.

Now comes the http.sys part.
I have by using the "official" AtoZed http.sys description/guidance web page as well as compiler defines and separate .dpr made an http.sys version.
The 32-bit version runs nicely in the IDE and the 64-bit version compiles OK.
I have another PC acting as server, though running just Windows 10 Pro.
I have installed MyApp using the /install parameter getting the "Service installed successfully" message box. And later found that /uninstall also works, though I haven't seen it documented anywhere.

So far, so good. But I cannot access the application, and I'm not sure what URL the end user should use combined with the ServerController properties set.
Firstly I should add, that this is an internal program, so there is no need for a certificate.
Is setting ServerController.SSLOptions.NonSSLRequest=nsAccept sufficient to run without certificate (All SSLOptions at their default values)?
And while at this: What is the difference between ServerController.Port and SSLOptions.Port?

I have a server, MyServer, I could also use its static IP.
I have an application with the following ServerController (relevant) properties set:
AppName=MyApp
Port=8888
URLBase=/MyApp/
The HttpSysOptions are left at their defaults, including a blank VirtualHostNames

How exactly should the URL for accessing the application look?
Should I use VirtualHostNames and what does that do to the URL syntax?

-- Thomas

Print this item

  IntraWeb 15.2.64 is out!
Posted by: Alexandre Machado - 07-21-2022, 05:15 AM - Forum: IntraWeb General Discussion - No Replies

Hi guys,

new update with a couple of fixes, essential to new IWCanvas and IWSignaturePad controls.

https://www.atozed.com/2022/07/intraweb-15-2-64/

Enjoy  Big Grin

Print this item

  wordpress and woocommerce rest api
Posted by: GeorgeBairaktaris - 07-19-2022, 03:21 PM - Forum: Indy - Replies (9)

Is there anyone that have worked with wordpress and woocommerce rest api?

Print this item