Questions tagged [web-access]

22 questions
17
votes
5 answers

Web access HTML file in my Gitlab repo

I want to use Gitlab to manage web-application development. Is it possible to access the html file I have created in my Gitlab repo from the browser? Currently there are ssh/http url for access to the repo like: ssh:…
user3735448
  • 181
  • 1
  • 2
  • 6
5
votes
1 answer

Making windows run only one program visible to the user

So I have been charged with the task of making all of the computers for a small company only able to access a single website, sort of like a web kiosk. After playing with a lot of the whitelist web filtering software out there and finding nothing…
Matt Steadman
  • 77
  • 2
  • 6
3
votes
1 answer

SAS Input from Web (formular)

I would like to submit a proc SQL via a webfrontend, where the user has the possibility to modify 1 or 2 statements. I found sascgi via google. but are there alternatives? I could, for example, write everything in a database (with php) and then…
Ele
  • 523
  • 2
  • 6
  • 19
2
votes
1 answer

Jquery and WAI ARIA

I've been doing some research on web accessibility and I read that jquery doesn't have great support for WAI ARIA like dojo or YUI does. Is this true? I'm still in the process of researching web accessibility so if anyone can recommend any good…
John Webber
  • 21
  • 1
  • 2
2
votes
1 answer

Accessing web interfaces not possible

I've setup a two node hadoop instance on google compute engine. I got an dynamic external ip address which is 108.59.84.14. I also did setup a proper hadoop configuration so the standard hadoop yarn ports are used which are for instance 8088 (the…
toom
  • 12,864
  • 27
  • 89
  • 128
2
votes
2 answers

dataset of intrusion detection for apache log

FOUND ON : HoneyNet Project. in scan31 and scan34 PHPIDS have a filter rules to detect attack pattern in web access log file. I want to ask how do I know that PHPIDS can detect the attack (xss, sqli, any attack they told that they can detect) in…
1
vote
0 answers

Google Sheets F# Access and XML

I would like to load the contents of some spreadsheet into an XmlDocument. What I got is: let req = WebRequest.Create "http://spreadsheets.google.com/ccc?key=pXMFQ3e4aFY11oQkT_7FhZg" let resp = req.GetResponse () let stream = resp.GetResponseStream…
Sasha Babaei
  • 455
  • 3
  • 8
1
vote
4 answers

How to set different web authentication mode for different database in Lotus Domino

Disclaimer: I'm not a Notes admin, I just wrote the application :), and I try to help our client to use it. We provide a simple database with one agent to accept and process HTTP POST messages from Internet. The Domino server where this database is…
Sunny Milenov
  • 21,990
  • 6
  • 80
  • 106
0
votes
1 answer

Monitoring web traffic and deny access based on some criteria

I believe that this question has been asked before. Here is what I want to achieve. I want to monitor all outgoing web-traffic from the PC. And when a rule is hit, I want the access to a list of websites to be denied until another rule is hit. This…
sikas
  • 5,435
  • 28
  • 75
  • 120
0
votes
1 answer

Access to two factor authentication sharepoint wesite with python

I am trying to download a file from sharepoint using python(for automation purposes). Sharepoint has two factor authetication(VIP access). I tried using Office365-REST-Python-Client library to log in with username and password, but unable to log in.…
0
votes
1 answer

How to allow access to website created in IIS?

So, I decided to set up my own websites in a Windows Server 2019 environment. I think I got everything right so far, my test website is available on the browser. However, it is only available when I set the default page as index.html. It is an ASP…
Hannington Mambo
  • 998
  • 2
  • 13
  • 28
0
votes
1 answer

How to use python to create account on a website?

I am developing a website that works with Asana, so when a new user registers on my website, they should also be automatically registered on Asana as well. How can I use python to register a new account on Asana based on the email and password…
Hannah
  • 5
  • 1
0
votes
1 answer

Access Database exceeds 5000 items and doesn't function in SharePoint because of that

I have a table in Microsoft Access that contains much more then 5000 items. In addition, I created a MS access form which I published in SharePoint. In this form, the users have to select some options and at the end a filtered table will be…
0
votes
1 answer

Linux server subdomains for multiple sites

I have 2 websites i want to host on a Linux machine using Apache server. Since at this point i am unable to acquire a domain name, i access the server through IP, since I'm not required to have one yet. The first site is comprised of a few HTML…
0
votes
1 answer

What are the differences between Web Access Management (WAM) and Identity Management(IdM)?

I'm researching about CA Single Sign-On software (formerly CA SiteMinder®) and came across with two new definitions to me: Web Access Management (WAM) Identity Management (IdM) On Wikipedia state these definitions: IdM: "In computing, identity…
Noob_Number_1
  • 725
  • 5
  • 20
1
2