Hyper-Text Transport Protocol, the system used on the Internet for serving and retrieving pages from web sites
Questions tagged [http]
53 questions
54
votes
6 answers
Safari Redirecting http to (non-existent) https
Safari forces a redirect to the https version of a site I previously visited via https.
However, the https site no longer works and there is no way to prevent Safari form trying to load it.
Here is a related Apple Forums question, Safari keeps…
Richard Stelling
- 1,171
- 1
- 10
- 23
26
votes
7 answers
Safari can't connect to https
Safari suddenly can't connect to any HTTPS site because it "can't establish a secure connection".
This is on an administrator account, not a managed account.
A different administrator account is able to use Safari with HTTPS, so must be something…
TJ Luoma
- 19,963
- 7
- 66
- 108
23
votes
6 answers
How do you watch HTTP requests an iPhone app is making?
Just the same way you can open the web inspector or activity window in Safari on your laptop and see all the HTTP requests any website has made, how do you do that on the iphone for an iPhone app, if the iPhone app is using HTML5 (or even if it's a…
Lance
- 447
- 1
- 4
- 12
18
votes
6 answers
Free alternative to Charles
Does anybody know a free alternative to Charles (an HTTP debugging proxy), preferably with a GUI and similar features?
Features that I'm interested in:
Inspect HTTP requests/responses (header, body, etc)
JSON syntax highlighting and…
iosdude
- 351
- 1
- 3
- 10
15
votes
2 answers
How to change Safari HTTP header Accept-Language?
In Firefox Accept-Language is set globally for the browser in the general preferences or via an extension like "Modify Headers" for more frequent changes.
But how to do that in Safari?
Safari. On OS X the language sent is that specified in the OS X…
Gustavo
- 575
- 3
- 8
- 21
8
votes
6 answers
Is there a native/cocoa REST client for Mac OS X?
I'm looking for a cocoa REST client for the OS X. I prefer something native so that I'm not in the terminal interface and not looking for any browser extensions.
Wojciech Bednarski
- 305
- 1
- 5
- 16
7
votes
5 answers
Access iCloud mail via http from iPhone
There are times when you can't use any TCP ports other than 80 (HTTP) or 443 (HTTPS), so you can't use Mail accounts that communicate with iCloud via IMAP/POP3/SMTP. But when you go to iCloud.com, it redirects you to the iPhone applications. Is…
Uko
- 947
- 2
- 12
- 35
6
votes
1 answer
Built-in WebDAV client able to connect via HTTPS with client certificate?
Using Mac OS 10.6.8, I'm trying to connect via HTTPS to a WebDAV server that requires client certificates. Without luck so far. The certificate is stored in the keychain.
Is this possible with the built-in WebDAV client?
Are there alternatives…
VolkerK
- 161
- 4
6
votes
1 answer
Bookmark a POST request
Certain online shops I use don't easily allow you to bookmark an Order Status page.
That's because they use a POST request to access that info. So, the order number is not encoded in the URL. Which means that I can't bookmark the page (a bookmark…
Nathan Greenstein
- 28,124
- 24
- 102
- 135
4
votes
1 answer
How to stop Safari on macOS from using https when I want http, when it's not in the HSTS listing
When I try to visit certain sites and force http (for good reasons that do not need to be discussed here), Safari (macOS) forces the URL to use https - and since the site currently has no https support, I can't visit the site.
There are many answers…
Thomas Tempelmann
- 1,772
- 3
- 18
- 37
4
votes
1 answer
Post data to url using AppleScript
I am trying to take user input and send the data to a url on my site to do some checks against my database. In my php script I cant display any of the POST variables. it seems like the data is not being sent. I am new to AppleScript so perhaps I…
Nick
- 163
- 5
4
votes
1 answer
All HTTP requests get ERR_CONNECTION_REFUSED, HTTPS works - How to troubleshoot?
Trying to open a http website on any web browser (event telnet) gives a ‘ERR_CONNECTION_REFUSED’ or ‘connection timed out’.
However, the same sites can be opened using https. I tried doing a traceroute and it works fine.
I am new to OS X but have…
squgeim
- 143
- 5
4
votes
0 answers
Using Charles web proxy with iPhone hotspot
I've been using Charles to sniff the requests that my iPhone is making for some time now. I've always got it to work by connecting both my iPhone and my MacBook to the same wireless network and then entering my computer's local IP address along with…
Lance
- 281
- 1
- 3
- 11
3
votes
0 answers
How can I create a wifi hotspot which passes all traffics to local proxy server?
I have a mitmproxy server listening on port 9999 and my macbook pro is connected to internet with usb tethering.
I want to make a wifi hotspot which forwards all request to the mitmproxy server. How can I do this?
I want network communication like…
kdy
- 131
- 2
3
votes
1 answer
Can we setup a local HTTPS Server in Mac OS X using swift
I want to setup a local HTTP Server running in my Mac OSX machine which should be able to handle requests that are coming from web browser. But I am not sure whether we can setup HTTPS server using swift. In this https://swift.org/server-apis/ there…
MacDeveloper
- 486
- 1
- 6
- 17