Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
proxy
- Page 1
Custom font on Cloudflare error page
Programming
Web Development
6 Days Ago
by Dani
As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't working. I can see that it converted https://cdn.daniweb.com/font.woff into inline base64 for the @font-face CSS, which sounds about right. …
Re: Custom font on Cloudflare error page
Programming
Web Development
6 Days Ago
by wwwalker
I would check out assets you add to custom error page. See https://developers.cloudflare.com/rules/custom-errors/
Re: Custom font on Cloudflare error page
Programming
Web Development
6 Days Ago
by Dani
Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources.
Re: Custom font on Cloudflare error page
Programming
Web Development
3 Days Ago
by JackRyan248
> As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. > > For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't working. > > I can see that it converted https://cdn.daniweb.com/font.woff into inline base64 for the @font-face CSS, …
Re: Custom font on Cloudflare error page
Programming
Web Development
3 Days Ago
by Dani
Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?
Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by blud
…;rewrite> <rules> <rule name="Reverse
Proxy
to tomcat1" stopProcessing="true"> <match…}" /> </rule> <rule name="Reverse
Proxy
to tomcat2" stopProcessing="true"> <match…
Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by riahc3
Hello Havent been here in a while but might as well give it a shot. I have several Apache Tomcat instances running on a Windows Server on different ports. They are all HTTP. The idea would be to (on the same server) install a IIS and use it a content switcher and also as a SSL terminator. This was depending on the URL, the IIS would …
Re: Meta shop setup problem
Digital Media
Digital Marketing
2 Months Ago
by Dani
… it, unless you were to connect to Facebook using a
proxy
server and spoof your location. However, that would definitely be…
Re: proxy servers
Hardware and Software
Networking
15 Years Ago
by blud
… perfectly legal, only the activity done 'behind' the
proxy
servers usually comes into question. There are several annonymizer sites …
proxy
Programming
Software Development
16 Years Ago
by ub007
I'm looking for a simple
proxy
that would accept a Http 'get' request from my python … with a sample python script for such a
proxy
..... i intend to deploy the
proxy
on a virtual IP-say 192.168… i need to be sending a Get requet via the
proxy
server to the URL( [url]www.example.com)......Plz[/url…
Re: proxy
Programming
Software Development
16 Years Ago
by EAnder
You should be able to do that with any http
proxy
server...You just need to send the correct request. I …
Proxy
Hardware and Software
Networking
17 Years Ago
by mshengu
anyone please tell me what are the proper YAST configurations for a
PROXY
SERVER either on SUSE10.0 or any distro.
Re: Proxy
Hardware and Software
Networking
17 Years Ago
by hardwyrd
… tell me what are the proper YAST configurations for a
PROXY
SERVER either on SUSE10.0 or any distro.[/QUOTE] I…
Proxy Site Help
Programming
Web Development
11 Years Ago
by M.Waqas Aslam
…CURLOPT_RETURNTRANSFER, 0); curl_setopt($ch, CURLOPT_PROXYPORT, $proxy_port); curl_setopt($ch, CURLOPT_PROXY, $
proxy
); curl_setopt($ch, CURLOPT_PROXYTYPE, 'HTTP'); curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 0); curl_setopt($ch…gt; My question is, Do I need to have
proxy
server for
proxy
site ? or I can just give my server address…
Proxy authentication using netsh
Hardware and Software
Networking
13 Years Ago
by IndianaRonaldo
Hi, I am behind a SQUID
proxy
.I need to set
proxy
settings for cmd.I'm using win7 so proxycfg cannot … this: netsh winhttp import
proxy
source=ie Internet explorer had my
proxy
settings already.Now the problem my
proxy
requires username/password authentication…
Re: Proxy Site Help
Programming
Web Development
11 Years Ago
by jkon
… is that you are going to use one other
proxy
server to fulfil the request and finally give results …There are several things you should take care creating a
proxy
. The first is your own server security but that … same content in same content type as requested under your
proxy
server access … meaning images, JavaScripts , CSS and everything. There…
Re: Proxy - passing data via college proxy
Programming
Software Development
13 Years Ago
by Oxiegen
…quot;, you should no longer have to manually configure the
proxy
settings for each environment. When you laptop is behind …a
proxy
, those settings should be detected and your browser configured … [URL="http://blog.proxybonanza.com/programming/vb-net-
proxy
-example/"]this[/URL] might be of use.
Re: Proxy authentification
Programming
Software Development
13 Years Ago
by alone882
…Dim temp() As String Inet1.protocol = icHTTP Inet1.
Proxy
= "87.237.126.50:2448" Inet1….URL = "http://whatismyipaddress.com/" header = "
Proxy
-Authorization: Basic " & Inet1.UserName & "… = Split(Response, vbNewLine) Me.Caption = "
PROXY
AUTHENTICATION USING INET CONTROL" MsgBox temp(0) Text1…
Proxy - passing data via college proxy
Programming
Software Development
13 Years Ago
by lulemurfan
… other things in VB.NET. But my college uses a
proxy
so when I connect my laptop I need to change… by telling me how I would send requests via a
proxy
server in VB.NET? Or is there a piece of…
Proxy authentification
Programming
Software Development
13 Years Ago
by alone882
Hi, I have created web browser that surf to the internet through
proxy
and now I need to create a browser that surf to internet via
proxy
authentication server (server required enter username and password) and I dont know how to begin program... :/ Maybe something has a small example ? Pls, help
Re: Proxy authentification
Programming
Software Development
13 Years Ago
by alone882
… header As String Inet1.UserName = username Inet1.Password = password Inet1.
Proxy
= "192.168.120.120:17890" Inet1.AccessType = icNamedProxy… header = "
Proxy
-Authorization: Basic " & Inet1.UserName & ":" &…
Proxy based Security Protocols
Hardware and Software
Networking
10 Years Ago
by logicslab
… Security Lab" we have an experiment "**Implementation of
proxy
based security protocols in C or C++ with features like… in dark now . My doubt is 1. What are the
proxy
based security protocols for same purpose (Confidentiality/Integrity/Authentication)? Please…
Proxy Authentication While Consuming Web Service
Programming
Software Development
10 Years Ago
by virendra_sharma
… 7.5 ) i get pop up which is asking for
Proxy
Authentication. can anyone plz help me out for the same…
Proxy setup for limewire
Hardware and Software
Networking
20 Years Ago
by Asif_NSU
… connect to the internet with the follwing settings:
proxy
:
proxy
.sparkbd.net port: 8080 my direct internet connection …is very slow but connecting through the
proxy
server makes the connection a lot faster. Now … really really low. I thought setting up the
proxy
configuration would make it faster but i couldnt connect…
proxy program using a vb6
Programming
Software Development
16 Years Ago
by arasten
hi, i want to create a
proxy
program using vb6 to access restricted sites so could anyone … understand what the word
proxy
is because i've read lots of
proxy
things such as
proxy
server, http
proxy
..etc so give me…
Re: Proxy setup for limewire
Hardware and Software
Networking
20 Years Ago
by TKSS
LimeWire's HTTP
proxy
support only uses HTTP tunneling, proxies don't cache anything transferred over that kind of connections. A cache only caches popular internet files that MOST people go to. Your ISP would most likely NOT cache Limewire stuffs because it would take up waaaay to much space.
Re: Proxy setup for limewire
Hardware and Software
Networking
20 Years Ago
by Asif_NSU
so what do i do? does that mean that i cant use Limewire cos thats the way i connect to the internet(using the
proxy
server)!
proxy server problem in dos based application
Hardware and Software
Networking
14 Years Ago
by pdwivedi
…to connect to internet, because I use internet through
proxy
server which requires username and password for authentication.Is… there any way that I can specify
proxy
setting through command line or is there any …third party application which can manage
proxy
setting for dos based applications.because vroksub does not…
Re: Proxy Servers
Hardware and Software
Microsoft Windows
14 Years Ago
by toseo
Do you know this [B][URL="http://
proxy
-ip-list.com/"]
proxy
ip list[/URL][/B]? It has plenty of fresh…
proxy
ip addresses updated at every hour. I use it a … IE is going to be the same. There are [U]
proxy
servers from USA[/U], UK and all the countries, also…
Proxy Servers
Hardware and Software
Microsoft Windows
21 Years Ago
by MGM
Alright, I need a good, reliable,
proxy
that I can use for accessing the internet through Internet … is there anyway I can setup this computer as a
proxy
server and have the other computer (which is located in… area completely) be able to access the net using the
proxy
from this computer?? MGM out
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC