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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 94,119
» Latest member: sarahvalley
» Forum threads: 2,420
» Forum posts: 11,361

Full Statistics

Online Users
There are currently 685 online users.
» 4 Member(s) | 677 Guest(s)
Applebot, Bing, Google, Yandex, fotosocken, hartmacgekar1974, S666itcom1, sarahvalley

Latest Threads
Source Code
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-24-2026, 09:04 PM
» Replies: 2
» Views: 152
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 1,702
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 152
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 535
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 168
TIWjQDBGrid DateFormat
Forum: IntraWeb General Discussion
Last Post: brushbuny
08-05-2026, 03:31 AM
» Replies: 2
» Views: 1,577
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 315
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,463
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,483
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-29-2026, 10:02 AM
» Replies: 3
» Views: 607

 
  More security Questions
Posted by: joel - 04-11-2018, 12:16 PM - Forum: IntraWeb General Discussion - Replies (1)

I have a few more questions that I need to look at for soc2.

1.  What type of session haijacking/cloning detection does IW have? 

How do the servercontroller->securityoptions work?

CheckFormId
CheckSameIP
CheckSameUA

And what does the program do if you uncheck ShowSecurityErrorDetails?

Do these errors get logged somewhere?

Print this item

  iw 14.2.7 sessions dont release
Posted by: hsbelli - 04-10-2018, 10:04 PM - Forum: IntraWeb General Discussion - Replies (6)

hi, i use iw 14.2.7 and have a problems with sessions. for any reasson hang up my app and try from the button of server SA "Reset Sessions". but when try open the browser again and run my app in the server SA appear the sessions connections where i suppose reset with the button "Reset Sessions".

any solution please?

regards
hernan

Print this item

  Security Questions
Posted by: joel - 04-10-2018, 11:48 AM - Forum: IntraWeb General Discussion - Replies (1)

I have 2 security questions for iw14.

1.  Can someone tell me where/how intraweb uses an http post and/or http get request?   

2.  How can I limit the data that the browser caches on the client computer?

Thanks

Print this item

  Paranoia? Or targeted?
Posted by: DanBarclay - 04-09-2018, 10:53 PM - Forum: IntraWeb General Discussion - Replies (10)

Observations of strangeness....

The EMB forums always get their share of spam, but I've noticed that several pages at a time show up on the Intraweb forum there, and it happens every few days.

I only monitor a few other sections there, but the other ones I monitor seldom show more than a message or two of spam.

So, either those "clean" sections are cleaned up quite often (before I ever get there) or someone is targeting the Intraweb section.  It's happened enough lately to raise my "what's going on here" flag.

Strange.  Sometimes it's paranoia, sometimes they really are out to get you.

I haven't tried tracking the messages but I assume the spammers are smart enough to cover their tracks.

Dan

Print this item

Question TIWTabControl - change the Tab style (CSS)
Posted by: jorgo2018 - 04-09-2018, 08:42 AM - Forum: IntraWeb General Discussion - Replies (7)

Hi Alexandre,

you promised "Joao Lira" on Feb 9, 2017 12:30 AM to create a CSS TIWTabControl demo.

Have you done it?
Where can I find the demo?

1.) I want have different values for horizontal and vertical padding of the Tabs.

2.) During runtime the Tabs Top-position are some Pixel higher than the rest of the TIWTabControl.
    I want to have the same Top-position for both (like designtime).

Best regards

Print this item

  ServerController.OnBeforeNewSession
Posted by: DanielFields - 04-07-2018, 06:52 PM - Forum: IntraWeb General Discussion - Replies (4)

I'm trying this method out before using it in a live setting.  The result of the code below is a blank screen.  Is there some way to return text, or an error message?



Code:
procedure TIWServerController.IWServerControllerBaseBeforeNewSession(const aUrlPath: string; aRequest: THttpRequest; out vCanCreate: Boolean);
begin
  vCanCreate := false;
end;

Print this item

  ContentHandlers
Posted by: isandro - 04-07-2018, 03:24 PM - Forum: IntraWeb Dúvidas Gerais - Replies (5)

Estou usando a função do exemplo DynamicContentWithHandlers para enviar confirmação de cadastro e recuperação de senha por parte do usuário. 

Minha dúvida é a seguinte:

Tenho 2 urls:

http://127.0.0.1:35000/recuperarsenha.html?id=2541687
e
http://127.0.0.1:35000/novocadastro.html?id=96582347

Preciso saber como pegar a string "recuperarsenha.html" e "novocadastro.html" para direcionar para suas respectivas páginas.

estou usando a seguinte função, porem não sei como resolver este problema.

Code:
function TContentHandlers.Execute(aRequest: THttpRequest; aReply: THttpReply;
  const aPathname: string; aSession: TIWApplication; aParams: TStrings): boolean; 

Obrigado!

Print this item

  deployement web
Posted by: Alain - 04-07-2018, 11:53 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello
I have to deploy my application on a commercial web server, and I am looking for a document to know which type of server I should choose.
Windows, Linux, etc.
Standard application or ISS

if I move my application to another directory than the project, I have error 404, you have an idea

thank you

Print this item

  How to use Log in standalone app (in C++)
Posted by: ian@archsw.com - 04-06-2018, 06:19 PM - Forum: IntraWeb General Discussion - Replies (8)

Basically I can't work out how to write messages to the stand-alone app 'Log' window. In essence it should be simple. There should be a 'Log (message)' function, but I can't find it.

I am using IW 14.2.7 Ultimate

Here are references I have found to the Log function:


In to the Delphi example (under OnAfterDispatch: TOnDispatch) on this page:

http://docs.atozed.com/docs.dll/Classes/...rBase.html

There should be a function Log (msg)  that can be used.  But Log is a data member / parameter in this class not a function.



In the 'intraweb manual'  (pg 118) http://downloads.atozed.com/intraweb/IntrawebManual.pdf


Writing custom messages to the debug area 
To write your custom messages in the debug area you may use the method "Log" of the StandAlone window. In Intraweb for Delphi, the default StandAlone window is of type TFormIWMain and is declared in the unit IWMain. In Intraweb for Visual Studio .NET the default StandAlone window is of type Main declared in the Atozed.Intraweb.NETMain namespace. The "Log" method takes a parametter AMsg of type string, which represents the message to be written in the debug area. 

But there is no TFormIWMain class in the C++ app that I can find - or unit IWMain

Print this item

  Iwdbgrid -improving appearance
Posted by: lfeliz - 04-06-2018, 04:31 AM - Forum: IntraWeb General Discussion - Replies (9)

I have an existing app that uses iwdbgridcand have been asked to make it look "nicer" but I need to stay stock Intraweb, no third party controls (tms or cgedvtools....) Have to provide src, they have 10.2.2

Specifically iwdbgrid. Need to color cells or rows based on row values ( some visible others not)

Any ideas or examples?

I am using delphi  Berlin update 2 to develop.


Cheers!

Print this item