Skip to main content

Questions tagged [web]

Do not use this tag. For questions related to an aspect of the world wide web, use a more specific tag for it, such as [uri], [html], [http] or [w3c].

web
-2 votes
0 answers
16 views

Recommendations for Reliable and Affordable Shared Hosting Services? [closed]

Can anyone recommend a reliable and affordable shared hosting service? I'm looking for a plan that offers good performance, adequate storage, and helpful customer support. If possible, please share ...
Hasala Kithmina's user avatar
0 votes
0 answers
34 views

Why are my simple addEventListener functions not working, except one works backwards? [duplicate]

So I'm new to javascript and new to coding. I am building a website or two just to learn while I'm building. I'm doing this locally on my laptop. I'm trying to make a button on my website, that when ...
miguel's user avatar
  • 9
-4 votes
0 answers
35 views

What does (:) mean in $() Jquery [duplicate]

I have this code. We need to make sure it is correct. Do I need to add a class to the block, or something else? What does (:) mean? console.log($('.question-fields input.icheck:checked'))
Dekillston's user avatar
0 votes
0 answers
379 views

Chrome 125.0.0.0 spamming '/x' requests

I found that something spamming my server last days. It made a requests to url that is based on valid url + /x in the end. E.g. domain.com/contacts/x. I found interesting thing that all that requests ...
Serhii Akinfiiev's user avatar
0 votes
0 answers
16 views

Add WAF (Imperva) using together with F5 load balancer, but user cannot pass to any menu after access to main screen

We didn't change coding of Web application but before WAF adding, we able to access any menu via F5 normally. Before Structure Client -> F5 load balancer (using iRule) -> Destination server ...
Kessara Lertkittanapat's user avatar
0 votes
0 answers
34 views

React Native - ScrollView not work on WebBrowser (Chrome) but on IOS Simulator work well

Im trying to develop an app using react native, but im facing some issues on web version. In this particular case is the scroll not work properly on web browser, but on iOS simulator works well. ...
Nuno Santos's user avatar
0 votes
1 answer
264 views

How to send a HTTP Cookie using the Set-Cookie header over a HTTP connection?

I'm developing the backend for a web application using the Java Spring Framework and Spring Security. I'm trying to create a login system using JWT, by sending the JWT access token from the server to ...
Jaehyuk Chang's user avatar
0 votes
0 answers
28 views

Unable to Access Server Images When Hosting Node.js Application on Apache with DNS Forwarding

Unable to Access Server Images When Hosting Node.js Application on Apache with DNS Forwarding I'm running a virtual server with Ubuntu 22.x.x and hosting a Node.js application on an Apache server. I'm ...
yusufkaanklc's user avatar
0 votes
0 answers
37 views

Vue3: Uncaught (in promise) Error: Missing required param "c_id"

Before I change the path into "edit/:c_id" everything working fine, but after that I got the error: enter image description here Associated block with that change as following: Route.ts: ...
O_dysseus.'s user avatar
0 votes
1 answer
346 views

Not able to share an image with text using Navigator.share

I want to share an image with a caption. Here I have the code which generates an image dynamically using the html-to-image plugin. However, when I share the image (WhatsApp, Facebook) the text is ...
Manish Sharma's user avatar
2 votes
0 answers
31 views

My php code seems fine but there are two similar functions where one fails and other runs successfuly

Code <?php // Function to print the first N lines of a file function printFirstLines($filename, $lines) { $file = fopen($filename, 'r'); if ($file) { $lineCount = 0; while (!feof($file) &...
Madhusudan Pathani's user avatar
0 votes
1 answer
130 views

When I add the material tailwind configuration to the tailwind.config file I lose the colors available for bg or border like zinc among many others

Do you know if i need other configuration ? const withMT = require("@material-tailwind/react/utils/withMT"); module.exports = withMT({ content: ["./src/**/*.{js,jsx,ts,tsx}"], ...
ZenDev's user avatar
  • 1
0 votes
1 answer
32 views

Flask webserver run with waitress is not using before_request, only before_app_request

I used to have this working: auth.py bp = Blueprint("auth", __name__) @bp.before_app_request def validate_token(): # code session["user"] = user index.py @bp.route("/...
Masamune's user avatar

15 30 50 per page
1
2 3 4 5
3033