Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 113 online users. » 1 Member(s) | 109 Guest(s) Bing, Google, Yandex, winboxmalaysiaorg
|
Latest Threads |
AddRootHandler doesn't wo...
Forum: IntraWeb General Discussion
Last Post: freshslo
05-15-2025, 11:45 AM
» Replies: 0
» Views: 84
|
C++ Builder 12 Error Afte...
Forum: IntraWeb General Discussion
Last Post: joergb
05-14-2025, 12:24 PM
» Replies: 3
» Views: 331
|
IntraWeb 16.0.10 is out!
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
05-13-2025, 08:57 AM
» Replies: 0
» Views: 105
|
FastMM4 & C++Builder 11.3...
Forum: IntraWeb General Discussion
Last Post: StephanM
05-06-2025, 04:53 PM
» Replies: 3
» Views: 610
|
openssl version for aplic...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-05-2025, 02:48 PM
» Replies: 3
» Views: 352
|
Estimate on new cg patch
Forum: CGDevTools
Last Post: lfeliz
04-28-2025, 04:30 AM
» Replies: 5
» Views: 1,671
|
Welcome to the new CGDevT...
Forum: CGDevTools
Last Post: tasnim
04-26-2025, 01:40 PM
» Replies: 12
» Views: 3,917
|
IW 16 and the IWTOAST obj...
Forum: IntraWeb General Discussion
Last Post: rudyPos
04-22-2025, 04:35 PM
» Replies: 2
» Views: 526
|
Can't use components on m...
Forum: IntraWeb General Discussion
Last Post: freshslo
04-22-2025, 11:32 AM
» Replies: 0
» Views: 206
|
IntraWeb 16.0.9 is out!
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
04-22-2025, 03:58 AM
» Replies: 0
» Views: 272
|
|
|
AddRootHandler doesn't work in IW 16. |
Posted by: freshslo - 05-15-2025, 11:45 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello,
Why in IW16 doesn't work any more AddRootHandler??? It just closes the application when reach to this point.
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
var FormHandler: TContentForm;
begin
Self.RewriteURL := '/';
TIWMimeTypes.RegisterType('.html', MIME_HTML, True);
RegisterContentType('application/json');
FormHandler := TContentForm.Create(TIWMainform);
FormHandler.CanStartSession := true;
FormHandler.RequiresSessionStart := true;
THandlers.AddRootHandler('', '/', FormHandler);
FormHandler := TContentForm.Create(TIWCheckout);
FormHandler.CanStartSession := false;
FormHandler.RequiresSessionStart := false;
THandlers.Add('', '/checkout', FormHandler);
|
|
|
Can't use components on mainform from usersession |
Posted by: freshslo - 04-22-2025, 11:32 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello,
Why I can't use components which are on IWMainform from usersession unit?
I have IWMainform which is mainfrm.pas and mainfrm.dfm. Then I place IWLabel on IWMainform.
Then I open Usersession unit and I create procedure:
uses mainfrm;
Procedure IWUsersession.BLA;
begin
IWMainform.IWLabel1.caption:='blabla'; <<< Here i got error Undeclared identifier 'IWMainform' ??
end;
I use latest version 16.0.9
|
|
|
OAuth Callback URI for IntraWeb 15 Stand‑Alone (SA) – confirmation needed |
Posted by: giorgio_c - 04-21-2025, 03:33 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi everyone,
I’m integrating the new OAuth engine in IntraWeb 15 into a stand‑alone application that runs locally at http://localhost:8888.
I couldn’t find the required redirect/callback URI in either the shipped OAuth demo or the official documentation.
After a fair bit of digging — and with the help of a couple of LLMs — I arrived at this URI: http://localhost:8888/$/oauth/v2
Before I proceed, could someone please confirm that this is indeed the correct endpoint for SA (Indy) deployments?
Also, if I later switch to ISAPI/http.sys, am I right in thinking the URI would simply include the DLL name, e.g.
Code: https://mysite.com/MyApp.dll/$/oauth/v2
?
Suggestion: Given how crucial this information is, it would be great to have it clearly stated in the docs and/or demo comments. I wasn’t able to locate it there and only surfaced it after quite a bit of trial‑and‑error.
Thanks in advance for the clarification!
After attempt I successfully can run the demo using: http://localhost:8888/$/oauth/v2
|
|
|
Problem with https |
Posted by: Stéphane Aquilina - 04-18-2025, 03:44 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello,
I'm using Intraweb 15.2.26.
I'm trying to switch my Intraweb project to HTTPS.
To do this, I'm following the instructions in the IndyHttpsDemo project step by step.
When I send an HTTPS request to my modified site, I get the following message:
"Timeout exceeded.
The server at 127.0.0.1 is taking too long to respond.
The site may be temporarily unavailable or overloaded. Try again later.
If you can't browse any sites, check your computer's network connection.
If your computer or network is behind a firewall or proxy, make sure Firefox is allowed to access the web."
Do you know what could be causing the problem?
Thanks, Stéphane
|
|
|
FastMM4 & C++Builder 11.3 & IntraWeb 15.6.7 |
Posted by: StephanM - 04-11-2025, 09:41 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Has anyone successfully used FastMM4 with C++Builder 11.3 and IntraWeb 15.6.7 (or even IW 16)?
I followed the instructions in FastMM4BCB.cpp. I get many compiler errors, like these:
[bcc32 Error] typeinfo.h(154): E2367 Can't inherit RTTI class from non-RTTI base 'exception'
typeinfo.h(154): class bad_cast : public std::exception {};
[bcc32 Error] xlocale(670): E2238 Multiple declaration for 'codecvt<char16_t,char,int>::in(int &,const char *,const char *,const char * &,char16_t *,char16_t *,char16_t * &) const'
xlocale(667):
result in(_Statype& _State,
const _Byte *_First1, const _Byte *_Last1, const _Byte *& _Mid1,
_Elem *_First2, _Elem *_Last2, _Elem *& _Mid2) const
{ // convert bytes [_First1, _Last1) to [_First2, _Last)
return (do_in(_State,
_First1, _Last1, _Mid1, _First2, _Last2, _Mid2));
}
Any advice?
|
|
|
|